├── .cvsignore ├── .github └── workflows │ ├── codeql.yml │ └── docker-image.yml ├── .gitignore ├── .gitmodules ├── .travis.yml ├── CHANGELOG ├── CMakeLists.txt ├── COPYING ├── README ├── README.md ├── build └── .gitignore ├── cmake ├── CMakeParseImplicitLinkInfo.cmake ├── CMakePushCheckState.cmake ├── CheckSymbolExists.cmake ├── FindFCGI++.cmake ├── FindFcgi.cmake ├── FindICU.cmake ├── FindLZ4.cmake ├── FindOpenMP.cmake ├── FindOsmium.cmake ├── FindPCRE2.cmake ├── FindPackageHandleStandardArgs.cmake ├── FindPackageMessage.cmake ├── FindProtozero.cmake ├── FindTcmalloc.cmake ├── Findfmt.cmake ├── SelectLibraryConfigurations.cmake └── config.h.in ├── debian ├── README └── overpass ├── docker ├── Dockerfile ├── Dockerfile_0756 ├── Dockerfile_cmake └── Dockerfile_minor_issues_testing ├── konzept.txt ├── konzept_vereinfachte_db.txt ├── konzeptheft.txt ├── munin ├── README ├── continuously_count_lines.sh ├── count_queries.sh ├── osm_db_lag ├── osm_db_request_count ├── osm_mem_status ├── osm_replication_lag-api └── osm_timeout_status ├── osm-3s_testing ├── .gitignore ├── expected │ ├── .gitignore │ ├── area │ │ ├── area_bbox.err │ │ ├── area_bbox.out │ │ ├── area_tag.err │ │ ├── area_tag.out │ │ ├── is_in_101_et_al.err │ │ ├── is_in_101_et_al.out │ │ ├── is_in_201.err │ │ ├── is_in_201.out │ │ ├── is_in_202.err │ │ ├── is_in_202.out │ │ ├── is_in_204_205.err │ │ ├── is_in_204_205.out │ │ ├── is_in_n_101_et_al.err │ │ ├── is_in_n_101_et_al.out │ │ ├── is_in_n_201.err │ │ ├── is_in_n_201.out │ │ ├── is_in_n_202.err │ │ ├── is_in_n_202.out │ │ ├── is_in_n_204_205.err │ │ ├── is_in_n_204_205.out │ │ ├── is_in_nn_102.err │ │ ├── is_in_nn_102.out │ │ ├── is_in_nn_201_202.err │ │ ├── is_in_nn_201_202.out │ │ ├── pivot_a.err │ │ ├── pivot_a.out │ │ ├── pivot_a_default.err │ │ ├── pivot_a_default.out │ │ ├── pivot_a_set_b.err │ │ ├── pivot_a_set_b.out │ │ ├── pivot_default.err │ │ ├── pivot_default.out │ │ ├── way_101.err │ │ ├── way_101.out │ │ ├── way_101_r.err │ │ ├── way_101_r.out │ │ ├── way_101_w.err │ │ ├── way_101_w.out │ │ ├── way_102.err │ │ ├── way_102.out │ │ ├── way_103.err │ │ ├── way_103.out │ │ ├── way_201.err │ │ ├── way_201.out │ │ ├── way_202.err │ │ ├── way_202.out │ │ ├── way_203.err │ │ ├── way_203.out │ │ ├── way_204.err │ │ ├── way_204.out │ │ ├── way_205.err │ │ ├── way_205.out │ │ ├── way_311.err │ │ ├── way_311.out │ │ ├── way_312.err │ │ ├── way_312.out │ │ ├── way_313.err │ │ ├── way_313.out │ │ ├── way_314.err │ │ ├── way_314.out │ │ ├── way_321.err │ │ ├── way_321.out │ │ ├── way_322.err │ │ ├── way_322.out │ │ ├── way_323.err │ │ ├── way_323.out │ │ ├── way_324.err │ │ └── way_324.out │ ├── attic_updater │ │ ├── changed_0902.err │ │ ├── changed_0902.out │ │ ├── changed_0903.err │ │ ├── changed_0903.out │ │ ├── changed_0904.err │ │ ├── changed_0904.out │ │ ├── changed_0905.err │ │ ├── changed_0905.out │ │ ├── changed_fwd_0902.err │ │ ├── changed_fwd_0902.out │ │ ├── changed_fwd_0903.err │ │ ├── changed_fwd_0903.out │ │ ├── changed_fwd_0904.err │ │ ├── changed_fwd_0904.out │ │ ├── changed_fwd_0905.err │ │ ├── changed_fwd_0905.out │ │ ├── clone.err │ │ ├── clone.out │ │ ├── diff_1_adiff_0902.err │ │ ├── diff_1_adiff_0902.out │ │ ├── diff_1_adiff_0902_03.err │ │ ├── diff_1_adiff_0902_03.out │ │ ├── diff_1_diff_0902.err │ │ ├── diff_1_diff_0902.out │ │ ├── diff_1_query.err │ │ ├── diff_1_query.out │ │ ├── diff_1_query_0901.err │ │ ├── diff_1_query_0901.out │ │ ├── diff_1_query_0902.err │ │ ├── diff_1_query_0902.out │ │ ├── diff_1_query_0903.err │ │ ├── diff_1_query_0903.out │ │ ├── diff_1_query_0904.err │ │ ├── diff_1_query_0904.out │ │ ├── diff_1_query_0905.err │ │ ├── diff_1_query_0905.out │ │ ├── diff_1_query_timeline.err │ │ ├── diff_1_query_timeline.out │ │ ├── diff_2_adiff_0902.err │ │ ├── diff_2_adiff_0902.out │ │ ├── diff_2_adiff_0902_03.err │ │ ├── diff_2_adiff_0902_03.out │ │ ├── diff_2_diff_0902.err │ │ ├── diff_2_diff_0902.out │ │ ├── diff_2_query.err │ │ ├── diff_2_query.out │ │ ├── diff_2_query_0901.err │ │ ├── diff_2_query_0901.out │ │ ├── diff_2_query_0902.err │ │ ├── diff_2_query_0902.out │ │ ├── diff_2_query_0903.err │ │ ├── diff_2_query_0903.out │ │ ├── diff_2_query_0904.err │ │ ├── diff_2_query_0904.out │ │ ├── diff_2_query_0905.err │ │ ├── diff_2_query_0905.out │ │ ├── diff_2_query_timeline.err │ │ ├── diff_2_query_timeline.out │ │ ├── diff_3_adiff_0902.err │ │ ├── diff_3_adiff_0902.out │ │ ├── diff_3_adiff_0902_03.err │ │ ├── diff_3_adiff_0902_03.out │ │ ├── diff_3_diff_0902.err │ │ ├── diff_3_diff_0902.out │ │ ├── diff_3_query.err │ │ ├── diff_3_query.out │ │ ├── diff_3_query_0901.err │ │ ├── diff_3_query_0901.out │ │ ├── diff_3_query_0902.err │ │ ├── diff_3_query_0902.out │ │ ├── diff_3_query_0903.err │ │ ├── diff_3_query_0903.out │ │ ├── diff_3_query_0904.err │ │ ├── diff_3_query_0904.out │ │ ├── diff_3_query_0905.err │ │ ├── diff_3_query_0905.out │ │ ├── diff_3_query_timeline.err │ │ ├── diff_3_query_timeline.out │ │ ├── diff_clone_adiff_0902.err │ │ ├── diff_clone_adiff_0902.out │ │ ├── diff_clone_diff_0902.err │ │ ├── diff_clone_diff_0902.out │ │ ├── diff_clone_query.err │ │ ├── diff_clone_query.out │ │ ├── diff_clone_query_0901.err │ │ ├── diff_clone_query_0901.out │ │ ├── diff_clone_query_0902.err │ │ ├── diff_clone_query_0902.out │ │ ├── diff_clone_query_0903.err │ │ ├── diff_clone_query_0903.out │ │ ├── diff_clone_query_0904.err │ │ ├── diff_clone_query_0904.out │ │ ├── diff_clone_query_0905.err │ │ ├── diff_clone_query_0905.out │ │ ├── init_adiff_0902.err │ │ ├── init_adiff_0902.out │ │ ├── init_diff_0902.err │ │ ├── init_diff_0902.out │ │ ├── init_query.err │ │ ├── init_query.out │ │ ├── init_query_0901.err │ │ ├── init_query_0901.out │ │ ├── init_query_0902.err │ │ ├── init_query_0902.out │ │ ├── init_query_0903.err │ │ ├── init_query_0903.out │ │ ├── init_query_0904.err │ │ ├── init_query_0904.out │ │ ├── init_query_0905.err │ │ ├── init_query_0905.out │ │ ├── init_query_timeline.err │ │ └── init_query_timeline.out │ ├── block_backend_1 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_10 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_11 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_12 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_13 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_14 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_15 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_16 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_17 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_18 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_19 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_2 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_20 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_3 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_4 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_5 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_6 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_7 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_8 │ │ ├── stderr.log │ │ └── stdout.log │ ├── block_backend_9 │ │ ├── stderr.log │ │ └── stdout.log │ ├── diff_updater_2 │ │ └── augmented_diff.osm │ ├── file_blocks_1 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_10 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_11 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_12 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_13 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_14 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_15 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_16 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_17 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_18 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_19 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_2 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_20 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_21 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_22 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_23 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_24 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_25 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_26 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_27 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_28 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_29 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_3 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_30 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_4 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_5 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_6 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_7 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_8 │ │ ├── stderr.log │ │ └── stdout.log │ ├── file_blocks_9 │ │ ├── stderr.log │ │ └── stdout.log │ ├── make_area_1 │ │ ├── stderr.log │ │ └── stdout.log │ ├── make_area_2 │ │ ├── stderr.log │ │ └── stdout.log │ ├── make_area_3 │ │ ├── stderr.log │ │ └── stdout.log │ ├── meta_2 │ │ └── augmented_diff.osm │ ├── osm3s_query_1 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_10 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_100 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_101 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_102 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_103 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_104 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_105 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_106 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_107 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_108 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_109 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_11 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_110 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_111 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_112 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_113 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_114 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_115 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_116 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_117 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_118 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_119 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_12 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_120 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_121 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_122 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_123 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_124 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_125 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_126 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_127 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_128 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_129 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_13 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_130 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_131 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_132 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_133 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_134 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_135 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_136 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_137 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_14 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_15 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_16 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_17 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_18 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_19 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_2 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_20 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_21 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_22 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_23 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_24 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_25 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_26 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_27 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_28 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_29 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_3 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_30 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_31 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_32 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_33 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_34 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_35 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_36 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_37 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_38 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_39 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_4 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_40 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_41 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_42 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_43 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_44 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_45 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_46 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_47 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_48 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_49 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_5 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_50 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_51 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_52 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_53 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_54 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_55 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_56 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_57 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_58 │ │ └── stderr.log │ ├── osm3s_query_59 │ │ └── stderr.log │ ├── osm3s_query_6 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_60 │ │ └── stderr.log │ ├── osm3s_query_61 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_62 │ │ └── stderr.log │ ├── osm3s_query_63 │ │ └── stderr.log │ ├── osm3s_query_64 │ │ └── stderr.log │ ├── osm3s_query_65 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_66 │ │ └── stderr.log │ ├── osm3s_query_67 │ │ └── stderr.log │ ├── osm3s_query_68 │ │ └── stderr.log │ ├── osm3s_query_69 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_7 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_70 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_71 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_72 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_73 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_74 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_75 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_76 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_77 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_78 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_79 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_8 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_80 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_81 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_82 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_83 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_84 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_85 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_86 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_87 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_88 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_89 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_9 │ │ ├── stderr.log │ │ └── stdout.log │ ├── osm3s_query_90 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_91 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_92 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_93 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_94 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_95 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_96 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_97 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_98 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── osm3s_query_99 │ │ ├── compact.err.log │ │ ├── compact.out.log │ │ ├── pretty.err.log │ │ ├── pretty.out.log │ │ ├── xml.err.log │ │ └── xml.out.log │ ├── output_csv_1 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_10 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_11 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_12 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_13 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_14 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_15 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_16 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_17 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_18 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_19 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_2 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_20 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_21 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_22 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_23 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_24 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_25 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_26 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_27 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_28 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_29 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_3 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_30 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_4 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_5 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_6 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_7 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_8 │ │ ├── stderr.log │ │ └── stdout.log │ ├── output_csv_9 │ │ ├── stderr.log │ │ └── stdout.log │ ├── query_100 │ │ └── stderr.log │ ├── query_101 │ │ └── stderr.log │ ├── query_102 │ │ └── stderr.log │ ├── query_103 │ │ └── stderr.log │ ├── query_104 │ │ └── stderr.log │ ├── query_105 │ │ └── stderr.log │ ├── query_91 │ │ └── stderr.log │ ├── query_92 │ │ └── stderr.log │ ├── query_93 │ │ └── stderr.log │ ├── query_94 │ │ └── stderr.log │ ├── query_95 │ │ └── stderr.log │ ├── query_96 │ │ └── stderr.log │ ├── query_97 │ │ └── stderr.log │ ├── query_98 │ │ └── stderr.log │ ├── query_99 │ │ └── stderr.log │ ├── random_file_1 │ │ ├── stderr.log │ │ └── stdout.log │ ├── random_file_2 │ │ ├── stderr.log │ │ └── stdout.log │ ├── random_file_3 │ │ ├── stderr.log │ │ └── stdout.log │ ├── random_file_4 │ │ ├── stderr.log │ │ └── stdout.log │ ├── random_file_5 │ │ ├── stderr.log │ │ └── stdout.log │ ├── random_file_6 │ │ ├── stderr.log │ │ └── stdout.log │ ├── random_file_7 │ │ ├── stderr.log │ │ └── stdout.log │ ├── random_file_8 │ │ ├── stderr.log │ │ └── stdout.log │ ├── rule_processor │ │ ├── check_area_query.log │ │ ├── check_area_query_relations.log │ │ ├── check_area_query_ways.log │ │ ├── check_coord_query.log │ │ ├── check_pivot.log │ │ └── check_query_tags.log │ ├── run_and_compare.sh_1 │ │ ├── stderr.log │ │ └── stdout.log │ ├── run_and_compare.sh_2 │ │ ├── stderr.log │ │ └── stdout.log │ ├── run_and_compare.sh_3 │ │ ├── stderr.log │ │ └── stdout.log │ ├── set_variables.awk │ ├── test_dispatcher_1 │ │ ├── Test_File_1.bin │ │ ├── Test_File_1.bin.idx │ │ ├── Test_File_2.map │ │ ├── Test_File_2.map.idx │ │ ├── Test_File_3.bin │ │ ├── Test_File_3.bin.idx │ │ ├── Test_File_3.map │ │ ├── Test_File_3.map.idx │ │ ├── Test_File_4.bin │ │ ├── Test_File_4.bin.idx │ │ ├── Test_File_4.map │ │ ├── Test_File_4.map.idx │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_10 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_11 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_12 │ │ ├── stderr.log │ │ ├── stdout.log │ │ └── test-shadow.status │ ├── test_dispatcher_13 │ │ ├── stderr.log │ │ ├── stdout.log │ │ └── test-shadow.status │ ├── test_dispatcher_14 │ │ ├── stderr.log │ │ ├── stdout.log │ │ └── test-shadow.status │ ├── test_dispatcher_15 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_16 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_17 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_18 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_19 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_2 │ │ ├── Test_File_1.bin │ │ ├── Test_File_1.bin.idx │ │ ├── Test_File_2.map │ │ ├── Test_File_2.map.idx │ │ ├── Test_File_3.bin │ │ ├── Test_File_3.bin.idx │ │ ├── Test_File_3.map │ │ ├── Test_File_3.map.idx │ │ ├── Test_File_4.bin │ │ ├── Test_File_4.bin.idx.shadow │ │ ├── Test_File_4.map │ │ ├── Test_File_4.map.idx.shadow │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_20 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_21 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_22 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_23 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_24 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_25 │ │ ├── stderr.read.log │ │ ├── stderr.write.log │ │ ├── stdout.read.log │ │ ├── stdout.write.log │ │ └── sync.log │ ├── test_dispatcher_26 │ │ ├── stderr.read.log │ │ ├── stderr.write.log │ │ ├── stdout.read.log │ │ ├── stdout.write.log │ │ └── sync.log │ ├── test_dispatcher_3 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_4 │ │ ├── stderr.log │ │ ├── stdout.log │ │ └── test-shadow.lock │ ├── test_dispatcher_5 │ │ ├── stderr.log │ │ ├── stdout.log │ │ └── test-shadow.lock │ ├── test_dispatcher_6 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_7 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_8 │ │ ├── stderr.log │ │ └── stdout.log │ ├── test_dispatcher_9 │ │ ├── stderr.log │ │ └── stdout.log │ └── vlt_model │ │ ├── attic_bbox.err │ │ ├── attic_bbox_ll.err │ │ ├── attic_bbox_llb.err │ │ ├── attic_global.err │ │ ├── attic_global_ll.err │ │ ├── attic_global_llb.err │ │ ├── delta_test.err │ │ ├── delta_test.out │ │ ├── now_bbox.err │ │ ├── now_bbox.out │ │ ├── now_bbox_ll.err │ │ ├── now_bbox_ll.out │ │ ├── now_bbox_llb.err │ │ ├── now_bbox_llb.out │ │ ├── now_global.err │ │ ├── now_global.out │ │ ├── now_global_ll.err │ │ ├── now_global_ll.out │ │ ├── now_global_llb.err │ │ └── now_global_llb.out ├── extract_wiki_comments.awk ├── extract_wiki_comments.sh ├── input │ ├── area │ │ ├── area_bbox.ql │ │ ├── area_tag.ql │ │ ├── init.osm │ │ ├── is_in_101_et_al.ql │ │ ├── is_in_201.ql │ │ ├── is_in_202.ql │ │ ├── is_in_204_205.ql │ │ ├── is_in_n_101_et_al.ql │ │ ├── is_in_n_201.ql │ │ ├── is_in_n_202.ql │ │ ├── is_in_n_204_205.ql │ │ ├── is_in_nn_102.ql │ │ ├── is_in_nn_201_202.ql │ │ ├── pivot_a.ql │ │ ├── pivot_a_default.ql │ │ ├── pivot_a_set_b.ql │ │ ├── pivot_default.ql │ │ ├── way_101.ql │ │ ├── way_101_r.ql │ │ ├── way_101_w.ql │ │ ├── way_102.ql │ │ ├── way_103.ql │ │ ├── way_201.ql │ │ ├── way_202.ql │ │ ├── way_203.ql │ │ ├── way_204.ql │ │ ├── way_205.ql │ │ ├── way_311.ql │ │ ├── way_312.ql │ │ ├── way_313.ql │ │ ├── way_314.ql │ │ ├── way_321.ql │ │ ├── way_322.ql │ │ ├── way_323.ql │ │ └── way_324.ql │ ├── attic_updater │ │ ├── adiff_0902.ql │ │ ├── adiff_0902_03.ql │ │ ├── changed_0902.ql │ │ ├── changed_0903.ql │ │ ├── changed_0904.ql │ │ ├── changed_0905.ql │ │ ├── changed_fwd_0902.ql │ │ ├── changed_fwd_0903.ql │ │ ├── changed_fwd_0904.ql │ │ ├── changed_fwd_0905.ql │ │ ├── diff_0902.ql │ │ ├── diff_1.osc │ │ ├── diff_2.osc │ │ ├── diff_3.osc │ │ ├── init.osm │ │ ├── query.ql │ │ └── timeline.ql │ ├── diff_updater_2 │ │ ├── augmented_init.osm │ │ └── augmented_source.osm │ ├── meta_2 │ │ ├── augmented_init.osm │ │ └── augmented_source.osm │ ├── osm3s_query_1 │ │ └── stdin.log │ ├── osm3s_query_10 │ │ └── stdin.log │ ├── osm3s_query_100 │ │ └── stdin.log │ ├── osm3s_query_101 │ │ └── stdin.log │ ├── osm3s_query_102 │ │ └── stdin.log │ ├── osm3s_query_103 │ │ └── stdin.log │ ├── osm3s_query_104 │ │ └── stdin.log │ ├── osm3s_query_105 │ │ └── stdin.log │ ├── osm3s_query_106 │ │ └── stdin.log │ ├── osm3s_query_107 │ │ └── stdin.log │ ├── osm3s_query_108 │ │ └── stdin.log │ ├── osm3s_query_109 │ │ └── stdin.log │ ├── osm3s_query_11 │ │ └── stdin.log │ ├── osm3s_query_110 │ │ └── stdin.log │ ├── osm3s_query_111 │ │ └── stdin.log │ ├── osm3s_query_112 │ │ └── stdin.log │ ├── osm3s_query_113 │ │ └── stdin.log │ ├── osm3s_query_114 │ │ └── stdin.log │ ├── osm3s_query_115 │ │ └── stdin.log │ ├── osm3s_query_116 │ │ └── stdin.log │ ├── osm3s_query_117 │ │ └── stdin.log │ ├── osm3s_query_118 │ │ └── stdin.log │ ├── osm3s_query_119 │ │ └── stdin.log │ ├── osm3s_query_12 │ │ └── stdin.log │ ├── osm3s_query_120 │ │ └── stdin.log │ ├── osm3s_query_121 │ │ └── stdin.log │ ├── osm3s_query_122 │ │ └── stdin.log │ ├── osm3s_query_123 │ │ └── stdin.log │ ├── osm3s_query_124 │ │ └── stdin.log │ ├── osm3s_query_125 │ │ └── stdin.log │ ├── osm3s_query_126 │ │ └── stdin.log │ ├── osm3s_query_127 │ │ └── stdin.log │ ├── osm3s_query_128 │ │ └── stdin.log │ ├── osm3s_query_129 │ │ └── stdin.log │ ├── osm3s_query_13 │ │ └── stdin.log │ ├── osm3s_query_130 │ │ └── stdin.log │ ├── osm3s_query_131 │ │ └── stdin.log │ ├── osm3s_query_132 │ │ └── stdin.log │ ├── osm3s_query_133 │ │ └── stdin.log │ ├── osm3s_query_134 │ │ └── stdin.log │ ├── osm3s_query_135 │ │ └── stdin.log │ ├── osm3s_query_136 │ │ └── stdin.log │ ├── osm3s_query_137 │ │ └── stdin.log │ ├── osm3s_query_14 │ │ └── stdin.log │ ├── osm3s_query_15 │ │ └── stdin.log │ ├── osm3s_query_16 │ │ └── stdin.log │ ├── osm3s_query_17 │ │ └── stdin.log │ ├── osm3s_query_18 │ │ └── stdin.log │ ├── osm3s_query_19 │ │ └── stdin.log │ ├── osm3s_query_2 │ │ └── stdin.log │ ├── osm3s_query_20 │ │ └── stdin.log │ ├── osm3s_query_21 │ │ └── stdin.log │ ├── osm3s_query_22 │ │ └── stdin.log │ ├── osm3s_query_23 │ │ └── stdin.log │ ├── osm3s_query_24 │ │ └── stdin.log │ ├── osm3s_query_25 │ │ └── stdin.log │ ├── osm3s_query_26 │ │ └── stdin.log │ ├── osm3s_query_27 │ │ └── stdin.log │ ├── osm3s_query_28 │ │ └── stdin.log │ ├── osm3s_query_29 │ │ └── stdin.log │ ├── osm3s_query_3 │ │ └── stdin.log │ ├── osm3s_query_30 │ │ └── stdin.log │ ├── osm3s_query_31 │ │ └── stdin.log │ ├── osm3s_query_32 │ │ └── stdin.log │ ├── osm3s_query_33 │ │ └── stdin.log │ ├── osm3s_query_34 │ │ └── stdin.log │ ├── osm3s_query_35 │ │ └── stdin.log │ ├── osm3s_query_36 │ │ └── stdin.log │ ├── osm3s_query_37 │ │ └── stdin.log │ ├── osm3s_query_38 │ │ └── stdin.log │ ├── osm3s_query_39 │ │ └── stdin.log │ ├── osm3s_query_4 │ │ └── stdin.log │ ├── osm3s_query_40 │ │ └── stdin.log │ ├── osm3s_query_41 │ │ └── stdin.log │ ├── osm3s_query_42 │ │ └── stdin.log │ ├── osm3s_query_43 │ │ └── stdin.log │ ├── osm3s_query_44 │ │ └── stdin.log │ ├── osm3s_query_45 │ │ └── stdin.log │ ├── osm3s_query_46 │ │ └── stdin.log │ ├── osm3s_query_47 │ │ └── stdin.log │ ├── osm3s_query_48 │ │ └── stdin.log │ ├── osm3s_query_49 │ │ └── stdin.log │ ├── osm3s_query_5 │ │ └── stdin.log │ ├── osm3s_query_50 │ │ └── stdin.log │ ├── osm3s_query_51 │ │ └── stdin.log │ ├── osm3s_query_52 │ │ └── stdin.log │ ├── osm3s_query_53 │ │ └── stdin.log │ ├── osm3s_query_54 │ │ └── stdin.log │ ├── osm3s_query_55 │ │ └── stdin.log │ ├── osm3s_query_56 │ │ └── stdin.log │ ├── osm3s_query_57 │ │ └── stdin.log │ ├── osm3s_query_58 │ │ └── stdin.log │ ├── osm3s_query_59 │ │ └── stdin.log │ ├── osm3s_query_6 │ │ └── stdin.log │ ├── osm3s_query_60 │ │ └── stdin.log │ ├── osm3s_query_61 │ │ └── stdin.log │ ├── osm3s_query_62 │ │ └── stdin.log │ ├── osm3s_query_63 │ │ └── stdin.log │ ├── osm3s_query_64 │ │ └── stdin.log │ ├── osm3s_query_65 │ │ └── stdin.log │ ├── osm3s_query_66 │ │ └── stdin.log │ ├── osm3s_query_67 │ │ └── stdin.log │ ├── osm3s_query_68 │ │ └── stdin.log │ ├── osm3s_query_69 │ │ └── stdin.log │ ├── osm3s_query_7 │ │ └── stdin.log │ ├── osm3s_query_70 │ │ └── stdin.log │ ├── osm3s_query_71 │ │ └── stdin.log │ ├── osm3s_query_72 │ │ └── stdin.log │ ├── osm3s_query_73 │ │ └── stdin.log │ ├── osm3s_query_74 │ │ └── stdin.log │ ├── osm3s_query_75 │ │ └── stdin.log │ ├── osm3s_query_76 │ │ └── stdin.log │ ├── osm3s_query_77 │ │ └── stdin.log │ ├── osm3s_query_78 │ │ └── stdin.log │ ├── osm3s_query_79 │ │ └── stdin.log │ ├── osm3s_query_8 │ │ └── stdin.log │ ├── osm3s_query_80 │ │ └── stdin.log │ ├── osm3s_query_81 │ │ └── stdin.log │ ├── osm3s_query_82 │ │ └── stdin.log │ ├── osm3s_query_83 │ │ └── stdin.log │ ├── osm3s_query_84 │ │ └── stdin.log │ ├── osm3s_query_85 │ │ └── stdin.log │ ├── osm3s_query_86 │ │ └── stdin.log │ ├── osm3s_query_87 │ │ └── stdin.log │ ├── osm3s_query_88 │ │ └── stdin.log │ ├── osm3s_query_89 │ │ └── stdin.log │ ├── osm3s_query_9 │ │ └── stdin.log │ ├── osm3s_query_90 │ │ └── stdin.log │ ├── osm3s_query_91 │ │ └── stdin.log │ ├── osm3s_query_92 │ │ └── stdin.log │ ├── osm3s_query_93 │ │ └── stdin.log │ ├── osm3s_query_94 │ │ └── stdin.log │ ├── osm3s_query_95 │ │ └── stdin.log │ ├── osm3s_query_96 │ │ └── stdin.log │ ├── osm3s_query_97 │ │ └── stdin.log │ ├── osm3s_query_98 │ │ └── stdin.log │ ├── osm3s_query_99 │ │ └── stdin.log │ ├── rule_processor │ │ ├── check_area_query.osm │ │ ├── check_area_query_relations.osm │ │ ├── check_area_query_ways.osm │ │ ├── check_coord_query.osm │ │ ├── check_pivot.osm │ │ ├── check_query_tags.osm │ │ ├── deletions.osm │ │ └── rules.osm │ └── vlt_model │ │ ├── delta_test.ql │ │ ├── diff_1.osc │ │ ├── init.osm │ │ ├── killall.osc │ │ └── now.ql ├── make_dist.sh ├── patch_configure_ac.awk ├── patch_settings.awk ├── remake.sh ├── show_std.awk ├── trim_copyright_notice_cc.awk ├── trim_copyright_notice_cc.sh ├── trim_copyright_notice_sh.awk ├── trim_copyright_notice_sh.sh └── turn_testing_on.sh ├── src ├── .cvsignore ├── .gitignore ├── CMakeLists.txt ├── Makefile.am ├── bin │ ├── .cvsignore │ ├── Makefile.am │ ├── apply_osc_to_db.sh │ ├── augmented_diff_loop.sh │ ├── bisect_timestamp.sh │ ├── clone.sh │ ├── compress_clone.sh │ ├── convert_wiki.sh │ ├── download_clone.sh │ ├── fetch_osc.sh │ ├── fetch_osc_and_apply.sh │ ├── fix_system_settings.sh │ ├── init_osm3s.sh │ ├── pull_and_publish.sh │ ├── reboot.sh │ ├── rules_delta_loop.sh │ ├── rules_delta_loop_completed.sh │ ├── rules_loop.sh │ └── run_osm3s_minutely.sh ├── cgi-bin │ ├── Makefile.am │ ├── augmented_diff │ ├── augmented_diff_status │ ├── augmented_map │ ├── augmented_state_by_date │ ├── convert │ ├── kill_my_queries │ ├── map │ ├── ping │ ├── sitemap │ ├── status │ └── trigger_clone ├── configure.ac ├── expat │ ├── escape_json.cc │ ├── escape_json.h │ ├── escape_xml.cc │ ├── escape_xml.h │ ├── escape_xml_main.cc │ ├── expat_justparse_interface.cc │ ├── expat_justparse_interface.h │ ├── map_ql_input.cc │ └── map_ql_input.h ├── html │ ├── augmented_diffs.html │ ├── command_line.html │ ├── convert_form.html │ ├── crossdomain.xml │ ├── eval_blog.awk │ ├── eval_blog.sh │ ├── find.svg │ ├── full_installation.html │ ├── index.html │ ├── index_helper.txt │ ├── index_neu.html │ ├── internal_toc.awk │ ├── json_form.html │ ├── locate_me.html │ ├── logo.png │ ├── minus.svg │ ├── no_frills.html │ ├── ol_diff.html │ ├── open_layers_bbox.html │ ├── open_layers_click.html │ ├── open_layers_experimental.html │ ├── open_layers_fixed.html │ ├── open_layers_iframes.html │ ├── open_layers_mashup.html │ ├── open_layers_multilayer.html │ ├── open_layers_popup.html │ ├── open_layers_pt.html │ ├── open_layers_restaurant.html │ ├── open_layers_www.html │ ├── output_formats.html │ ├── overpass.js │ ├── plus.svg │ ├── query_form.html │ ├── robots.txt │ ├── search.svg │ ├── sitemap.xml │ ├── technical_overview.html │ ├── template_handling.html │ └── testseite.html ├── m4 │ ├── ax_cxx_compile_stdcxx.m4 │ ├── ax_cxx_compile_stdcxx_11.m4 │ └── ax_cxx_compile_stdcxx_17.m4 ├── overpass_api │ ├── core │ │ ├── basic_types.h │ │ ├── datatypes.h │ │ ├── four_field_index.cc │ │ ├── four_field_index.h │ │ ├── four_field_index.test.cc │ │ ├── geometry.cc │ │ ├── geometry.h │ │ ├── index_computations.h │ │ ├── index_computations.test.cc │ │ ├── parsed_query.h │ │ ├── settings.cc │ │ ├── settings.h │ │ ├── type_area.h │ │ ├── type_node.h │ │ ├── type_relation.h │ │ ├── type_tags.h │ │ └── type_way.h │ ├── data │ │ ├── abstract_processing.h │ │ ├── bbox_filter.cc │ │ ├── bbox_filter.h │ │ ├── collect_items.h │ │ ├── collect_members.cc │ │ ├── collect_members.h │ │ ├── custom_assessor.h │ │ ├── diff_set.cc │ │ ├── diff_set.h │ │ ├── filenames.h │ │ ├── filter_by_tags.h │ │ ├── filter_ids_by_tags.h │ │ ├── geometry_from_quad_coords.cc │ │ ├── geometry_from_quad_coords.h │ │ ├── meta_collector.h │ │ ├── regular_expression.h │ │ ├── relation_geometry_store.cc │ │ ├── relation_geometry_store.h │ │ ├── set_comparison.cc │ │ ├── set_comparison.h │ │ ├── tag_store.h │ │ ├── tilewise_geometry.h │ │ ├── user_data_cache.h │ │ ├── utils.h │ │ ├── way_geometry_store.cc │ │ └── way_geometry_store.h │ ├── dispatch │ │ ├── consistency_check.cc │ │ ├── db_timestamp.cc │ │ ├── dispatcher_server.cc │ │ ├── dispatcher_stub.cc │ │ ├── dispatcher_stub.h │ │ ├── osm3s_query.cc │ │ ├── resource_manager.cc │ │ ├── resource_manager.h │ │ ├── scripting_core.cc │ │ ├── scripting_core.h │ │ └── web_query.cc │ ├── frontend │ │ ├── basic_formats.cc │ │ ├── basic_formats.h │ │ ├── cgi-helper.cc │ │ ├── cgi-helper.h │ │ ├── console_output.cc │ │ ├── console_output.h │ │ ├── decode_text.cc │ │ ├── decode_text.h │ │ ├── map_ql_parser.cc │ │ ├── map_ql_parser.h │ │ ├── output.cc │ │ ├── output.h │ │ ├── output_handler.cc │ │ ├── output_handler.h │ │ ├── output_handler_parser.cc │ │ ├── output_handler_parser.h │ │ ├── tokenizer_utils.cc │ │ ├── tokenizer_utils.h │ │ ├── user_interface.cc │ │ ├── user_interface.h │ │ ├── web_output.cc │ │ └── web_output.h │ ├── osm-backend │ │ ├── area_updater.cc │ │ ├── area_updater.h │ │ ├── basic_updater.cc │ │ ├── basic_updater.h │ │ ├── check_ways.cc │ │ ├── clone_database.cc │ │ ├── clone_database.h │ │ ├── compare_osm_base_maps.test.cc │ │ ├── convert_relations.cc │ │ ├── convert_ways.cc │ │ ├── create_node_changepack.cc │ │ ├── create_tagged_nodes.cc │ │ ├── diff_updater.test.cc │ │ ├── dump_database.test.cc │ │ ├── dump_file.cc │ │ ├── export_tables.cc │ │ ├── generate_test_file.cc │ │ ├── generate_test_file_areas.cc │ │ ├── generate_test_file_interpreter.cc │ │ ├── generate_test_file_meta.cc │ │ ├── import_tables.cc │ │ ├── map_demo.cc │ │ ├── meta_updater.cc │ │ ├── meta_updater.h │ │ ├── node_updater.cc │ │ ├── node_updater.h │ │ ├── node_updater.test.cc │ │ ├── osm_updater.cc │ │ ├── osm_updater.h │ │ ├── osmium_updater.cc │ │ ├── osmium_updater.h │ │ ├── parallel_proc.h │ │ ├── relation_updater.cc │ │ ├── relation_updater.h │ │ ├── relation_updater.test.cc │ │ ├── tags_updater.h │ │ ├── update_database.cc │ │ ├── update_from_dir.cc │ │ ├── way_updater.cc │ │ ├── way_updater.h │ │ └── way_updater.test.cc │ ├── output_formats │ │ ├── output_csv.cc │ │ ├── output_csv.h │ │ ├── output_csv_factory.cc │ │ ├── output_json.cc │ │ ├── output_json.h │ │ ├── output_json_factory.cc │ │ ├── output_osmium.cc │ │ ├── output_osmium.h │ │ ├── output_osmium_factory.cc │ │ ├── output_xml.cc │ │ ├── output_xml.h │ │ └── output_xml_factory.cc │ └── statements │ │ ├── .cvsignore │ │ ├── aggregators.cc │ │ ├── aggregators.h │ │ ├── area_query.cc │ │ ├── area_query.h │ │ ├── area_query.test.cc │ │ ├── around.cc │ │ ├── around.h │ │ ├── around.test.cc │ │ ├── bbox_query.cc │ │ ├── bbox_query.h │ │ ├── bbox_query.test.cc │ │ ├── binary_operators.cc │ │ ├── binary_operators.h │ │ ├── changed.cc │ │ ├── changed.h │ │ ├── compare.cc │ │ ├── compare.h │ │ ├── complete.cc │ │ ├── complete.h │ │ ├── complete.test.cc │ │ ├── convert.cc │ │ ├── convert.h │ │ ├── convert.test.cc │ │ ├── coord_query.cc │ │ ├── coord_query.h │ │ ├── difference.cc │ │ ├── difference.h │ │ ├── difference.test.cc │ │ ├── evaluator.cc │ │ ├── evaluator.h │ │ ├── explicit_geometry.cc │ │ ├── explicit_geometry.h │ │ ├── filter.cc │ │ ├── filter.h │ │ ├── for.cc │ │ ├── for.h │ │ ├── foreach.cc │ │ ├── foreach.h │ │ ├── foreach.test.cc │ │ ├── geometry_endomorphisms.cc │ │ ├── geometry_endomorphisms.h │ │ ├── id_query.cc │ │ ├── id_query.h │ │ ├── if.cc │ │ ├── if.h │ │ ├── if.test.cc │ │ ├── item.cc │ │ ├── item.h │ │ ├── item_geometry.cc │ │ ├── item_geometry.h │ │ ├── localize.cc │ │ ├── localize.h │ │ ├── make.cc │ │ ├── make.h │ │ ├── make.test.cc │ │ ├── make_area.cc │ │ ├── make_area.h │ │ ├── make_area.test.cc │ │ ├── map_to_area.cc │ │ ├── map_to_area.h │ │ ├── newer.cc │ │ ├── newer.h │ │ ├── osm_script.cc │ │ ├── osm_script.h │ │ ├── per_member.cc │ │ ├── per_member.h │ │ ├── pivot.cc │ │ ├── pivot.h │ │ ├── polygon_query.cc │ │ ├── polygon_query.h │ │ ├── polygon_query.test.cc │ │ ├── print.cc │ │ ├── print.h │ │ ├── print.test.cc │ │ ├── query.cc │ │ ├── query.h │ │ ├── query.test.cc │ │ ├── recurse.cc │ │ ├── recurse.h │ │ ├── recurse.test.cc │ │ ├── retro.cc │ │ ├── retro.h │ │ ├── runtime_value.cc │ │ ├── runtime_value.h │ │ ├── set_list_operators.cc │ │ ├── set_list_operators.h │ │ ├── set_prop.cc │ │ ├── set_prop.h │ │ ├── statement.cc │ │ ├── statement.h │ │ ├── statement_dump.cc │ │ ├── statement_dump.h │ │ ├── string_endomorphisms.cc │ │ ├── string_endomorphisms.h │ │ ├── tag_value.cc │ │ ├── tag_value.h │ │ ├── ternary_operator.cc │ │ ├── ternary_operator.h │ │ ├── testing_tools.cc │ │ ├── testing_tools.h │ │ ├── timeline.cc │ │ ├── timeline.h │ │ ├── unary_functions.cc │ │ ├── unary_functions.h │ │ ├── unary_operators.cc │ │ ├── unary_operators.h │ │ ├── union.cc │ │ ├── union.h │ │ ├── union.test.cc │ │ ├── user.cc │ │ └── user.h ├── pt_diagrams │ ├── tocgi.cc │ └── uncgi.cc ├── rules │ ├── areas.osm3s │ ├── areas.ql │ ├── areas_delta.osm3s │ └── areas_delta.ql ├── template_db │ ├── block_backend.h │ ├── block_backend.test.cc │ ├── block_backend_updater.h │ ├── dispatcher.cc │ ├── dispatcher.h │ ├── dispatcher.test.cc │ ├── dispatcher_client.cc │ ├── dispatcher_client.h │ ├── file_blocks.h │ ├── file_blocks.test.cc │ ├── file_blocks_index.h │ ├── file_tools.cc │ ├── file_tools.h │ ├── lz4_wrapper.cc │ ├── lz4_wrapper.h │ ├── random_file.h │ ├── random_file.test.cc │ ├── random_file_index.h │ ├── ranges.h │ ├── transaction.h │ ├── transaction_insulator.cc │ ├── transaction_insulator.h │ ├── types.cc │ ├── types.h │ ├── zlib_wrapper.cc │ └── zlib_wrapper.h ├── test-bin │ ├── .cvsignore │ ├── CMakeLists.txt │ ├── Makefile.am │ ├── apply_osc.test.sh │ ├── dump_by_query.sh │ ├── run_and_compare.sh │ ├── run_testsuite.sh │ ├── run_testsuite_diff_updater.sh │ ├── run_testsuite_interpreter.sh │ ├── run_testsuite_map_ql.sh │ ├── run_testsuite_osm3s_query.sh │ ├── run_testsuite_osm_backend.sh │ ├── run_testsuite_template_db.sh │ ├── run_unittests_areas.sh │ ├── run_unittests_attic.sh │ ├── run_unittests_implicit_areas.sh │ ├── run_unittests_meta.sh │ ├── run_unittests_output_csv.sh │ ├── run_unittests_statements.sh │ └── run_unittests_vlt.sh └── third_party │ └── flatbush │ ├── LICENSE │ ├── flatbush.h │ ├── readme.md │ └── test.cpp └── upstream ├── 0001-Fixup-0.7.57.1.patch ├── README_0_7_57_1_patched.md └── osm-3s_v0.7.57.1.tar.gz /.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /cgi-bin/ 3 | /test-bin/ 4 | 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | README -------------------------------------------------------------------------------- /build/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /munin/README: -------------------------------------------------------------------------------- 1 | This script will read the database path from /etc/default/overpass and then 2 | compute the delay between the database timestamp and now. 3 | -------------------------------------------------------------------------------- /munin/count_queries.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | tail -f /OSM_DB_DIR/transactions.log | ./continuously_count_lines.sh # adapt directory 4 | -------------------------------------------------------------------------------- /osm-3s_testing/.gitignore: -------------------------------------------------------------------------------- 1 | run/ 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/area_tag.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/is_in_101_et_al.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/is_in_201.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/is_in_202.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/is_in_204_205.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/is_in_n_101_et_al.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/is_in_n_201.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/is_in_n_202.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/is_in_n_204_205.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/is_in_nn_102.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/is_in_nn_201_202.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/pivot_a.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/pivot_a_default.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/pivot_a_set_b.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/pivot_default.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_101.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_101_r.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_101_w.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_102.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_103.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_201.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_202.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_203.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_204.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_205.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_311.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_312.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_313.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_314.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_321.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_322.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_323.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/area/way_324.err: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/changed_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/changed_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/changed_0903.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/changed_0903.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/changed_0904.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/changed_0904.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/changed_0905.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/changed_0905.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/changed_fwd_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/changed_fwd_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/changed_fwd_0903.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/changed_fwd_0903.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/changed_fwd_0904.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/changed_fwd_0904.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/changed_fwd_0905.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/changed_fwd_0905.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/clone.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/clone.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/clone.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/clone.out -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_1_adiff_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_1_adiff_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_1_diff_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_1_diff_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_1_query.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_1_query.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_1_query_0901.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_1_query_0901.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_1_query_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_1_query_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_1_query_0903.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_1_query_0903.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_1_query_0904.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_1_query_0904.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_1_query_0905.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_1_query_0905.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_2_adiff_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_2_adiff_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_2_diff_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_2_diff_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_2_query.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_2_query.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_2_query_0901.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_2_query_0901.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_2_query_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_2_query_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_2_query_0903.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_2_query_0903.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_2_query_0904.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_2_query_0904.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_2_query_0905.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_2_query_0905.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_3_adiff_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_3_adiff_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_3_diff_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_3_diff_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_3_query.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_3_query.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_3_query_0901.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_3_query_0901.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_3_query_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_3_query_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_3_query_0903.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_3_query_0903.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_3_query_0904.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_3_query_0904.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_3_query_0905.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_3_query_0905.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/diff_clone_query.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/diff_clone_query.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/init_adiff_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/init_adiff_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/init_diff_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/init_diff_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/init_query.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/init_query.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/init_query_0901.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/init_query_0901.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/init_query_0902.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/init_query_0902.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/init_query_0903.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/init_query_0903.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/init_query_0904.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/init_query_0904.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/attic_updater/init_query_0905.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/attic_updater/init_query_0905.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_1/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_1/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_10/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_10/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_11/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_11/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_12/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_12/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_13/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_13/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_14/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_14/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_15/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_15/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_16/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_16/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_17/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_17/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_18/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_18/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_19/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_19/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_2/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_2/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_20/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_20/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_3/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_3/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_4/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_4/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_5/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_5/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_6/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_6/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_7/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_7/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_8/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_8/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/block_backend_9/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/block_backend_9/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_1/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_1/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_10/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_10/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_11/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_11/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_12/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_12/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_13/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_13/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_14/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_14/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_15/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_15/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_16/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_16/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_17/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_17/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_18/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_18/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_19/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_19/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_2/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_2/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_20/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_20/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_21/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_21/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_22/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_22/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_23/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_23/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_24/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_24/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_25/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_25/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_26/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_26/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_27/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_27/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_28/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_28/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_29/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_29/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_3/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_3/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_30/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_30/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_4/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_4/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_5/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_5/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_6/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_6/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_7/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_7/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_8/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_8/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/file_blocks_9/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/file_blocks_9/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/make_area_1/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/make_area_1/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/make_area_2/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/make_area_2/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/make_area_3/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/make_area_3/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_1/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_1/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_10/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_10/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_100/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_100/compact.out.log: -------------------------------------------------------------------------------- 1 | relation(br); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_100/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_100/pretty.out.log: -------------------------------------------------------------------------------- 1 | relation(br); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_100/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_100/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_101/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_101/compact.out.log: -------------------------------------------------------------------------------- 1 | node["key"="value"](50,5,55,10)(496)(w)(around:100)(user:"Username")(uid:8128)(newer:"2011-02-03T04:05:06Z"); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_101/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_101/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_102/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_102/compact.out.log: -------------------------------------------------------------------------------- 1 | node.in["key"="value"](50,5,55,10)(496)(w)(around:100)(user:"Username")(uid:8128)(newer:"2011-02-03T04:05:06Z")->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_102/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_102/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_103/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_103/compact.out.log: -------------------------------------------------------------------------------- 1 | way["key"="value"](50,5,55,10)(496)(r)(around:100)(user:"Username")(uid:8128)(newer:"2011-02-03T04:05:06Z"); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_103/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_103/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_104/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_104/compact.out.log: -------------------------------------------------------------------------------- 1 | relation["key"="value"](50,5,55,10)(496)(r)(around:100)(user:"Username")(uid:8128)(newer:"2011-02-03T04:05:06Z"); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_104/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_104/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_105/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_105/compact.out.log: -------------------------------------------------------------------------------- 1 | (); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_105/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_105/pretty.out.log: -------------------------------------------------------------------------------- 1 | ( 2 | ); 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_105/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_105/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_106/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_106/compact.out.log: -------------------------------------------------------------------------------- 1 | (node(w);); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_106/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_106/pretty.out.log: -------------------------------------------------------------------------------- 1 | ( 2 | node(w); 3 | ); 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_106/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_106/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_107/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_107/compact.out.log: -------------------------------------------------------------------------------- 1 | (._;node(w);); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_107/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_107/pretty.out.log: -------------------------------------------------------------------------------- 1 | ( 2 | ._; 3 | node(w); 4 | ); 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_107/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_107/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_108/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_108/compact.out.log: -------------------------------------------------------------------------------- 1 | (._;node(w);)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_108/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_108/pretty.out.log: -------------------------------------------------------------------------------- 1 | ( 2 | ._; 3 | node(w); 4 | )->.out; 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_108/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_108/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_109/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_109/compact.out.log: -------------------------------------------------------------------------------- 1 | (.in;node(w);)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_109/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_109/pretty.out.log: -------------------------------------------------------------------------------- 1 | ( 2 | .in; 3 | node(w); 4 | )->.out; 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_109/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_109/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_11/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_11/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_110/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_110/compact.out.log: -------------------------------------------------------------------------------- 1 | foreach.in->.out{node(w);out;} 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_110/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_110/pretty.out.log: -------------------------------------------------------------------------------- 1 | foreach.in->.out{ 2 | node(w); 3 | out; 4 | } 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_110/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_111/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_111/compact.out.log: -------------------------------------------------------------------------------- 1 | foreach{} 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_111/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_111/pretty.out.log: -------------------------------------------------------------------------------- 1 | foreach{ 2 | } 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_111/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_111/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_112/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_112/compact.out.log: -------------------------------------------------------------------------------- 1 | foreach{node(w);} 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_112/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_112/pretty.out.log: -------------------------------------------------------------------------------- 1 | foreach{ 2 | node(w); 3 | } 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_112/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_112/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_113/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_113/compact.out.log: -------------------------------------------------------------------------------- 1 | foreach{node(w);out;} 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_113/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_113/pretty.out.log: -------------------------------------------------------------------------------- 1 | foreach{ 2 | node(w); 3 | out; 4 | } 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_113/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_114/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_114/compact.out.log: -------------------------------------------------------------------------------- 1 | [maxsize:1048576][timeout:3600];(); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_114/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_114/pretty.out.log: -------------------------------------------------------------------------------- 1 | [maxsize:1048576] 2 | [timeout:3600] 3 | ; 4 | ( 5 | ); 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_114/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_114/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_115/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_115/compact.out.log: -------------------------------------------------------------------------------- 1 | [maxsize:1024][timeout:180];(); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_115/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_115/pretty.out.log: -------------------------------------------------------------------------------- 1 | [maxsize:1024] 2 | [timeout:180] 3 | ; 4 | ( 5 | ); 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_115/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_115/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_116/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_116/compact.out.log: -------------------------------------------------------------------------------- 1 | node["key"~"value"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_116/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_116/pretty.out.log: -------------------------------------------------------------------------------- 1 | node["key"~"value"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_116/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_116/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_117/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_117/compact.out.log: -------------------------------------------------------------------------------- 1 | way(around:100); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_117/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_117/pretty.out.log: -------------------------------------------------------------------------------- 1 | way(around:100); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_117/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_117/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_118/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_118/compact.out.log: -------------------------------------------------------------------------------- 1 | relation(around:100); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_118/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_118/pretty.out.log: -------------------------------------------------------------------------------- 1 | relation(around:100); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_118/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_118/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_119/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_119/compact.out.log: -------------------------------------------------------------------------------- 1 | way(50,7,51,8); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_119/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_119/pretty.out.log: -------------------------------------------------------------------------------- 1 | way(50,7,51,8); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_119/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_119/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_12/stderr.log: -------------------------------------------------------------------------------- 1 | line 3: parse error: not well-formed (invalid token) 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_12/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_12/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_120/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_120/compact.out.log: -------------------------------------------------------------------------------- 1 | relation(50,7,51,8); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_120/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_120/pretty.out.log: -------------------------------------------------------------------------------- 1 | relation(50,7,51,8); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_120/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_120/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_121/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_121/compact.out.log: -------------------------------------------------------------------------------- 1 | node["key"!="value"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_121/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_121/pretty.out.log: -------------------------------------------------------------------------------- 1 | node["key"!="value"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_121/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_121/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_122/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_122/compact.out.log: -------------------------------------------------------------------------------- 1 | node["key"!~"value"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_122/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_122/pretty.out.log: -------------------------------------------------------------------------------- 1 | node["key"!~"value"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_122/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_122/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_123/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_123/compact.out.log: -------------------------------------------------------------------------------- 1 | [out:custom];node["key"="value"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_123/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_123/pretty.out.log: -------------------------------------------------------------------------------- 1 | [out:custom] 2 | ; 3 | node["key"="value"]; 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_123/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_124/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_124/compact.out.log: -------------------------------------------------------------------------------- 1 | node["key"!~"value"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_124/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_124/pretty.out.log: -------------------------------------------------------------------------------- 1 | node["key"!~"value"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_124/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_124/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_125/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_125/compact.out.log: -------------------------------------------------------------------------------- 1 | node(>); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_125/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_125/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(>); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_125/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_125/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_126/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_126/compact.out.log: -------------------------------------------------------------------------------- 1 | node(>>); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_126/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_126/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(>>); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_126/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_126/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_127/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_127/compact.out.log: -------------------------------------------------------------------------------- 1 | node(<); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_127/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_127/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(<); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_127/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_127/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_128/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_128/compact.out.log: -------------------------------------------------------------------------------- 1 | node(<<); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_128/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_128/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(<<); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_128/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_128/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_129/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_129/compact.out.log: -------------------------------------------------------------------------------- 1 | >->.x; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_129/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_129/pretty.out.log: -------------------------------------------------------------------------------- 1 | >->.x; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_129/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_129/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_13/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_13/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_13/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_13/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_130/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_130/compact.out.log: -------------------------------------------------------------------------------- 1 | >; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_130/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_130/pretty.out.log: -------------------------------------------------------------------------------- 1 | >; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_130/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_130/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_131/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_131/compact.out.log: -------------------------------------------------------------------------------- 1 | >>; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_131/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_131/pretty.out.log: -------------------------------------------------------------------------------- 1 | >>; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_131/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_131/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_132/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_132/compact.out.log: -------------------------------------------------------------------------------- 1 | ._;<; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_132/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_132/pretty.out.log: -------------------------------------------------------------------------------- 1 | ._; 2 | <; 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_132/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_132/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_133/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_133/compact.out.log: -------------------------------------------------------------------------------- 1 | ._;<<; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_133/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_133/pretty.out.log: -------------------------------------------------------------------------------- 1 | ._; 2 | <<; 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_133/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_133/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_134/compact.out.log: -------------------------------------------------------------------------------- 1 | make foo a="b"; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_134/pretty.out.log: -------------------------------------------------------------------------------- 1 | make foo 2 | a="b"; 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_135/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | line 1: parse error: "=" cannot be used as binary operator 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_135/compact.out.log: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_135/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | line 1: parse error: "=" cannot be used as binary operator 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_135/pretty.out.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_135/pretty.out.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_135/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | line 1: parse error: "=" cannot be used as binary operator 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_135/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_136/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_136/compact.out.log: -------------------------------------------------------------------------------- 1 | way(if:is_tag("a")?1:3); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_136/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_136/pretty.out.log: -------------------------------------------------------------------------------- 1 | way(if:is_tag("a")?1:3); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_136/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_137/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | line 1: parse error: "," cannot be used as binary operator 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_137/compact.out.log: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_137/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | line 1: parse error: "," cannot be used as binary operator 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_137/pretty.out.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_137/pretty.out.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_137/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | line 1: parse error: "," cannot be used as binary operator 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_137/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_14/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_14/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_15/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_15/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_16/stderr.log: -------------------------------------------------------------------------------- 1 | line 3: static error: For the attribute "ref" of the element "id-query" the only allowed values are positive integers. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_16/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_16/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_17/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_17/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_17/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_17/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_4/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_4/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_5/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_5/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_70/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_70/compact.out.log: -------------------------------------------------------------------------------- 1 | out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_70/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_70/pretty.out.log: -------------------------------------------------------------------------------- 1 | out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_70/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_70/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_71/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_71/compact.out.log: -------------------------------------------------------------------------------- 1 | .in out ids qt 496; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_71/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_71/pretty.out.log: -------------------------------------------------------------------------------- 1 | .in out ids qt 496; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_71/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_71/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_72/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_72/compact.out.log: -------------------------------------------------------------------------------- 1 | out skel; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_72/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_72/pretty.out.log: -------------------------------------------------------------------------------- 1 | out skel; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_72/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_72/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_73/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_73/compact.out.log: -------------------------------------------------------------------------------- 1 | out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_73/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_73/pretty.out.log: -------------------------------------------------------------------------------- 1 | out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_73/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_73/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_74/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_74/compact.out.log: -------------------------------------------------------------------------------- 1 | out meta; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_74/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_74/pretty.out.log: -------------------------------------------------------------------------------- 1 | out meta; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_74/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_74/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_75/compact.out.log: -------------------------------------------------------------------------------- 1 | out ids; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_75/pretty.out.log: -------------------------------------------------------------------------------- 1 | out ids; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_75/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_75/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_76/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_76/compact.out.log: -------------------------------------------------------------------------------- 1 | node(50,5,55,10); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_76/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_76/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(50,5,55,10); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_76/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_76/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_77/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_77/compact.out.log: -------------------------------------------------------------------------------- 1 | node(-30,-1,15,2)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_77/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_77/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(-30,-1,15,2)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_77/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_77/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_78/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_78/compact.out.log: -------------------------------------------------------------------------------- 1 | node["key"="value"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_78/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_78/pretty.out.log: -------------------------------------------------------------------------------- 1 | node["key"="value"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_78/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_78/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_79/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_79/compact.out.log: -------------------------------------------------------------------------------- 1 | node["key "="value=]\""]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_79/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_79/pretty.out.log: -------------------------------------------------------------------------------- 1 | node["key "="value=]\""]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_79/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_79/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_8/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_8/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_80/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_80/compact.out.log: -------------------------------------------------------------------------------- 1 | node["key"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_80/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_80/pretty.out.log: -------------------------------------------------------------------------------- 1 | node["key"]; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_80/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_80/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_81/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_81/compact.out.log: -------------------------------------------------------------------------------- 1 | node["key"="value"]->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_81/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_81/pretty.out.log: -------------------------------------------------------------------------------- 1 | node["key"="value"]->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_81/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_81/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_82/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_82/compact.out.log: -------------------------------------------------------------------------------- 1 | node(496); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_82/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_82/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(496); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_82/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_82/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_83/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_83/compact.out.log: -------------------------------------------------------------------------------- 1 | node(496)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_83/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_83/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(496)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_83/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_83/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_84/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_84/compact.out.log: -------------------------------------------------------------------------------- 1 | node(around:100); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_84/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_84/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(around:100); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_84/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_84/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_85/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_85/compact.out.log: -------------------------------------------------------------------------------- 1 | node(around.in:100)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_85/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_85/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(around.in:100)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_85/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_85/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_86/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_86/compact.out.log: -------------------------------------------------------------------------------- 1 | node.wrong(around.in:100); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_86/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_86/pretty.out.log: -------------------------------------------------------------------------------- 1 | node.wrong(around.in:100); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_86/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_87/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_87/compact.out.log: -------------------------------------------------------------------------------- 1 | node(user:"A user name @<>"); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_87/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_87/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(user:"A user name @<>"); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_87/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_87/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_88/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_88/compact.out.log: -------------------------------------------------------------------------------- 1 | node(user:"Username")->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_88/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_88/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(user:"Username")->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_88/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_88/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_89/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_89/compact.out.log: -------------------------------------------------------------------------------- 1 | node(uid:496); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_89/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_89/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(uid:496); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_89/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_89/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_9/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/osm3s_query_9/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_90/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_90/compact.out.log: -------------------------------------------------------------------------------- 1 | node(uid:496)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_90/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_90/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(uid:496)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_90/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_90/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_91/compact.out.log: -------------------------------------------------------------------------------- 1 | area(newer:"2011-01-02T03:04:05Z"); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_91/pretty.out.log: -------------------------------------------------------------------------------- 1 | area(newer:"2011-01-02T03:04:05Z"); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_91/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | line 1: parse error: Unknown type "all" 3 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_91/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_92/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_92/compact.out.log: -------------------------------------------------------------------------------- 1 | node(w); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_92/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_92/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(w); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_92/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_92/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_93/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_93/compact.out.log: -------------------------------------------------------------------------------- 1 | node(r); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_93/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_93/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(r); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_93/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_93/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_94/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_94/compact.out.log: -------------------------------------------------------------------------------- 1 | node(w.in)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_94/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_94/pretty.out.log: -------------------------------------------------------------------------------- 1 | node(w.in)->.out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_94/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_94/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_95/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_95/compact.out.log: -------------------------------------------------------------------------------- 1 | way(bn); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_95/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_95/pretty.out.log: -------------------------------------------------------------------------------- 1 | way(bn); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_95/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_95/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_96/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_96/compact.out.log: -------------------------------------------------------------------------------- 1 | way(r); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_96/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_96/pretty.out.log: -------------------------------------------------------------------------------- 1 | way(r); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_96/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_96/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_97/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_97/compact.out.log: -------------------------------------------------------------------------------- 1 | relation(bn); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_97/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_97/pretty.out.log: -------------------------------------------------------------------------------- 1 | relation(bn); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_97/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_97/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_98/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_98/compact.out.log: -------------------------------------------------------------------------------- 1 | relation(bw); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_98/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_98/pretty.out.log: -------------------------------------------------------------------------------- 1 | relation(bw); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_98/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_98/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_99/compact.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_99/compact.out.log: -------------------------------------------------------------------------------- 1 | relation(r); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_99/pretty.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_99/pretty.out.log: -------------------------------------------------------------------------------- 1 | relation(r); 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_99/xml.err.log: -------------------------------------------------------------------------------- 1 | encoding remark: Please enter your query and terminate it with CTRL+D. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/osm3s_query_99/xml.out.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_1/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_1/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_10/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_10/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_11/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_11/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_11/stdout.log: -------------------------------------------------------------------------------- 1 | Content-type: text/csv 2 | 3 | even 4 | 5 | yes 6 | 7 | yes 8 | 9 | yes 10 | 11 | yes 12 | 13 | yes 14 | yes 15 | 16 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_12/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_12/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_12/stdout.log: -------------------------------------------------------------------------------- 1 | Content-type: text/csv 2 | 3 | @id 4 | 1 5 | 2 6 | 7 7 | 14 8 | 1 9 | 2 10 | 7 11 | 14 12 | 1 13 | 2 14 | 42 15 | 161 16 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_13/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_13/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_14/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_14/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_15/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_15/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_16/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_16/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_17/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_17/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_18/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_18/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_19/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_19/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_2/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_2/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_20/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_20/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_21/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_21/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_22/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_22/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_23/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_23/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_24/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_24/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_25/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_25/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_26/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_26/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_27/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_27/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_28/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_28/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_29/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_29/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_3/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_3/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_30/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_30/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_4/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_4/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_5/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_5/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_6/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_6/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_7/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_7/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_8/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_8/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/output_csv_9/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/output_csv_9/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_100/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_100/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_101/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_101/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_102/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_102/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_103/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_103/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_104/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_104/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_105/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_105/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_91/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_91/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_92/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_92/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_93/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_93/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_94/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_94/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_95/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_95/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_96/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_96/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_97/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_97/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_98/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_98/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/query_99/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/query_99/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/random_file_1/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/random_file_1/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/random_file_2/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/random_file_2/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/random_file_3/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/random_file_3/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/random_file_4/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/random_file_4/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/random_file_5/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/random_file_5/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/random_file_6/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/random_file_6/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/random_file_7/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/random_file_7/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/random_file_8/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/random_file_8/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/run_and_compare.sh_1/stdout.log: -------------------------------------------------------------------------------- 1 | For 16000000 nodes their idx in bin matches their idx in map. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/run_and_compare.sh_2/stdout.log: -------------------------------------------------------------------------------- 1 | For 6002994 ways their idx in bin matches their idx in map. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/run_and_compare.sh_3/stdout.log: -------------------------------------------------------------------------------- 1 | For 33 relations their idx in bin matches their idx in map. 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_1.bin: -------------------------------------------------------------------------------- 1 | This is test file bin 1 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_1.bin.idx: -------------------------------------------------------------------------------- 1 | This is test file bin idx 1 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_2.map: -------------------------------------------------------------------------------- 1 | This is test file map 2 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_2.map.idx: -------------------------------------------------------------------------------- 1 | This is test file map idx 2 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_3.bin: -------------------------------------------------------------------------------- 1 | This is test file bin 3 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_3.bin.idx: -------------------------------------------------------------------------------- 1 | This is test file bin idx 3 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_3.map: -------------------------------------------------------------------------------- 1 | This is test file map 3 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_3.map.idx: -------------------------------------------------------------------------------- 1 | This is test file map idx 3 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_4.bin: -------------------------------------------------------------------------------- 1 | This is test file bin 4 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_4.bin.idx: -------------------------------------------------------------------------------- 1 | This is test file bin idx 4 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_4.map: -------------------------------------------------------------------------------- 1 | This is test file map 4 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/Test_File_4.map.idx: -------------------------------------------------------------------------------- 1 | This is test file map idx 4 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_1/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_1/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_10/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_10/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_10/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 01 3 | Index 0: 1 2 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_11/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_11/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_11/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 10 3 | Index 0: 1 2 3 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_12/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_12/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_12/stdout.log: -------------------------------------------------------------------------------- 1 | Write lock is still set. 2 | Write lock is released. 3 | Read test 4 | Index footprint: 1 5 | 1 6 | This block of read tests is complete. 7 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_13/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_13/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_13/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 10 3 | 3 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_14/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_14/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_14/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 10 3 | Index 0: 1 2 3 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_15/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_15/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_15/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 001 3 | 3 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_16/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_16/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_16/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 001 3 | Index 0: 1 2 3 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_17/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_17/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_17/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 010 3 | 4 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_18/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_18/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_18/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 010 3 | Index 0: 1 2 3 4 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_19/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_19/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_19/stdout.log: -------------------------------------------------------------------------------- 1 | File error catched: 98 ${testdir}/.// Unix_Socket::4 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_1.bin: -------------------------------------------------------------------------------- 1 | This is test file bin 1 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_1.bin.idx: -------------------------------------------------------------------------------- 1 | This is test file bin idx shadow 1 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_2.map: -------------------------------------------------------------------------------- 1 | This is test file map 2 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_2.map.idx: -------------------------------------------------------------------------------- 1 | This is test file map idx shadow 2 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_3.bin: -------------------------------------------------------------------------------- 1 | This is test file bin 3 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_3.bin.idx: -------------------------------------------------------------------------------- 1 | This is test file bin idx shadow 3 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_3.map: -------------------------------------------------------------------------------- 1 | This is test file map 3 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_3.map.idx: -------------------------------------------------------------------------------- 1 | This is test file map idx shadow 3 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_4.bin: -------------------------------------------------------------------------------- 1 | This is test file bin 4 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_4.bin.idx.shadow: -------------------------------------------------------------------------------- 1 | This is test file bin idx shadow 4 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_4.map: -------------------------------------------------------------------------------- 1 | This is test file map 4 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/Test_File_4.map.idx.shadow: -------------------------------------------------------------------------------- 1 | This is test file map idx shadow 4 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_2/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_2/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_20/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_20/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_20/stdout.log: -------------------------------------------------------------------------------- 1 | File error catched: 2 osm3s_share_test Dispatcher_Client::1 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_21/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_21/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_21/stdout.log: -------------------------------------------------------------------------------- 1 | File error catched: 17 osm3s_share_test Dispatcher_Server::1 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_22/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_22/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_22/stdout.log: -------------------------------------------------------------------------------- 1 | Writing successfully done. 2 | Read test 3 | Index footprint: 01 4 | Index 0: 1 21 5 | This block of read tests is complete. 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_23/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_23/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_23/stdout.log: -------------------------------------------------------------------------------- 1 | Writing successfully done. 2 | Read test 3 | Index footprint: 10 4 | Index 0: 1 5 | This block of read tests is complete. 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_24/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_24/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_25/stderr.read.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_25/stderr.read.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_25/stdout.read.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_25/stdout.read.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_25/stdout.write.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 01 3 | Index 0: 1 24 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_26/stderr.read.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_26/stderr.read.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_26/stdout.read.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 010 3 | Index 0: 1 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_26/stdout.write.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 001 3 | Index 0: 1 25 26 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_3/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_3/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_3/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_3/stdout.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_4/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_4/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_4/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 1 3 | 1 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_4/test-shadow.lock: -------------------------------------------------------------------------------- 1 | 480 -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_5/stderr.log: -------------------------------------------------------------------------------- 1 | File_Error 17 File exists ${testdir}/./test-shadow.lock write_start:1 2 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_5/stdout.log: -------------------------------------------------------------------------------- 1 | The lock file points to pid 495 2 | Read test 3 | Index footprint: 1 4 | 1 5 | This block of read tests is complete. 6 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_5/test-shadow.lock: -------------------------------------------------------------------------------- 1 | 495 -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_6/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_6/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_6/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 1 3 | 1 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_7/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_7/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_7/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 01 3 | 2 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_8/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_8/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_8/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 10 3 | 3 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_9/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/test_dispatcher_9/stderr.log -------------------------------------------------------------------------------- /osm-3s_testing/expected/test_dispatcher_9/stdout.log: -------------------------------------------------------------------------------- 1 | Read test 2 | Index footprint: 1 3 | Index 0: 1 4 | This block of read tests is complete. 5 | -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/attic_bbox.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/attic_bbox.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/attic_bbox_ll.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/attic_bbox_ll.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/attic_bbox_llb.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/attic_bbox_llb.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/attic_global.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/attic_global.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/attic_global_ll.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/attic_global_ll.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/attic_global_llb.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/attic_global_llb.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/delta_test.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/delta_test.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/now_bbox.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/now_bbox.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/now_bbox_ll.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/now_bbox_ll.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/now_bbox_llb.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/now_bbox_llb.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/now_global.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/now_global.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/now_global_ll.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/now_global_ll.err -------------------------------------------------------------------------------- /osm-3s_testing/expected/vlt_model/now_global_llb.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/osm-3s_testing/expected/vlt_model/now_global_llb.err -------------------------------------------------------------------------------- /osm-3s_testing/input/area/area_bbox.ql: -------------------------------------------------------------------------------- 1 | area(51.2,8.1,51.3,8.2);out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/area_tag.ql: -------------------------------------------------------------------------------- 1 | area[foo=bar];out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/is_in_101_et_al.ql: -------------------------------------------------------------------------------- 1 | is_in(51.2501,7.1501);out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/is_in_201.ql: -------------------------------------------------------------------------------- 1 | is_in(51.2501,7.1599);out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/is_in_202.ql: -------------------------------------------------------------------------------- 1 | is_in(51.2599,7.1501);out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/is_in_204_205.ql: -------------------------------------------------------------------------------- 1 | is_in(51.2501,180.0);out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/is_in_n_101_et_al.ql: -------------------------------------------------------------------------------- 1 | node(10114);is_in;out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/is_in_n_201.ql: -------------------------------------------------------------------------------- 1 | node(20126);is_in;out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/is_in_n_202.ql: -------------------------------------------------------------------------------- 1 | node(20242);is_in;out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/is_in_n_204_205.ql: -------------------------------------------------------------------------------- 1 | node(20495);is_in;out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/is_in_nn_102.ql: -------------------------------------------------------------------------------- 1 | node(id:10227,10231);is_in;out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/is_in_nn_201_202.ql: -------------------------------------------------------------------------------- 1 | node(id:20126,20242);is_in;out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/pivot_a.ql: -------------------------------------------------------------------------------- 1 | way(101)->.a;way(pivot.a);out ids; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/pivot_a_default.ql: -------------------------------------------------------------------------------- 1 | way(101)->.a;way(101);way._(pivot.a);out ids; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/pivot_a_set_b.ql: -------------------------------------------------------------------------------- 1 | way(101)->.a;way.b(pivot.a);out ids; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/pivot_default.ql: -------------------------------------------------------------------------------- 1 | way(101);way(pivot);out ids; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_101.ql: -------------------------------------------------------------------------------- 1 | way(101);node(area)(if:id()>=10100 && id()<=10199);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_101_r.ql: -------------------------------------------------------------------------------- 1 | way(101);rel(area)(if:id()>=10100 && id()<=10199);out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_101_w.ql: -------------------------------------------------------------------------------- 1 | way(101);way(area)(if:id()>=10100 && id()<=10199);out geom; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_102.ql: -------------------------------------------------------------------------------- 1 | way(102);node(area)(if:id()>=10200 && id()<=10299);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_103.ql: -------------------------------------------------------------------------------- 1 | way(103);node(area)(if:id()>=10300 && id()<=10399);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_201.ql: -------------------------------------------------------------------------------- 1 | way(201);node(area)(if:id()>=20100 && id()<=20199);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_202.ql: -------------------------------------------------------------------------------- 1 | way(202);node(area)(if:id()>=20200 && id()<=20299);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_203.ql: -------------------------------------------------------------------------------- 1 | way(203);node(area)(if:id()>=20300 && id()<=20399);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_204.ql: -------------------------------------------------------------------------------- 1 | way(204);node(area)(if:id()>=20400 && id()<=20499);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_205.ql: -------------------------------------------------------------------------------- 1 | way(205);node(area)(if:id()>=20500 && id()<=20599);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_311.ql: -------------------------------------------------------------------------------- 1 | way(311);node(area)(if:id()>=30600 && id()<=30699);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_312.ql: -------------------------------------------------------------------------------- 1 | way(312);node(area)(if:id()>=30600 && id()<=30699);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_313.ql: -------------------------------------------------------------------------------- 1 | way(313);node(area)(if:id()>=30600 && id()<=30699);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_314.ql: -------------------------------------------------------------------------------- 1 | way(314);node(area)(if:id()>=30600 && id()<=30699);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_321.ql: -------------------------------------------------------------------------------- 1 | way(321);node(area)(if:id()>=30600 && id()<=30699);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_322.ql: -------------------------------------------------------------------------------- 1 | way(322);node(area)(if:id()>=30600 && id()<=30699);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_323.ql: -------------------------------------------------------------------------------- 1 | way(323);node(area)(if:id()>=30600 && id()<=30699);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/area/way_324.ql: -------------------------------------------------------------------------------- 1 | way(324);node(area)(if:id()>=30600 && id()<=30699);out; 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_1/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_10/stdin.log: -------------------------------------------------------------------------------- 1 | << 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_100/stdin.log: -------------------------------------------------------------------------------- 1 | rel(br); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_101/stdin.log: -------------------------------------------------------------------------------- 1 | node[key=value](50.0,5.0,55.0,10.0)(496)(w)(around:100)(user:Username)(uid:8128)(newer:"2011-02-03T04:05:06Z"); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_102/stdin.log: -------------------------------------------------------------------------------- 1 | node.in[key=value](50.0,5.0,55.0,10.0)(496)(w)(around:100)(user:Username)(uid:8128)(newer:"2011-02-03T04:05:06Z")->.out; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_103/stdin.log: -------------------------------------------------------------------------------- 1 | way[key=value](50.0,5.0,55.0,10.0)(496)(r)(around:100)(user:Username)(uid:8128)(newer:"2011-02-03T04:05:06Z"); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_104/stdin.log: -------------------------------------------------------------------------------- 1 | rel[key=value](50.0,5.0,55.0,10.0)(496)(r)(around:100)(user:Username)(uid:8128)(newer:"2011-02-03T04:05:06Z"); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_105/stdin.log: -------------------------------------------------------------------------------- 1 | (); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_106/stdin.log: -------------------------------------------------------------------------------- 1 | (node(w);); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_107/stdin.log: -------------------------------------------------------------------------------- 1 | (._;node(w);); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_108/stdin.log: -------------------------------------------------------------------------------- 1 | (._;node(w);)->.out; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_109/stdin.log: -------------------------------------------------------------------------------- 1 | (.in;node(w);)->.out; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_11/stdin.log: -------------------------------------------------------------------------------- 1 | << 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_110/stdin.log: -------------------------------------------------------------------------------- 1 | foreach.in->.out(node(w);out;); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_111/stdin.log: -------------------------------------------------------------------------------- 1 | foreach(); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_112/stdin.log: -------------------------------------------------------------------------------- 1 | foreach(node(w);); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_113/stdin.log: -------------------------------------------------------------------------------- 1 | foreach(node(w);out;); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_114/stdin.log: -------------------------------------------------------------------------------- 1 | [maxsize:1048576] 2 | [timeout:3600]; 3 | (); 4 | 5 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_115/stdin.log: -------------------------------------------------------------------------------- 1 | [timeout:180] 2 | [maxsize:1024]; 3 | (); 4 | 5 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_116/stdin.log: -------------------------------------------------------------------------------- 1 | node[key~"value"]; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_117/stdin.log: -------------------------------------------------------------------------------- 1 | way(around:100); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_118/stdin.log: -------------------------------------------------------------------------------- 1 | rel(around:100); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_119/stdin.log: -------------------------------------------------------------------------------- 1 | way(50,7,51,8); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_12/stdin.log: -------------------------------------------------------------------------------- 1 | << 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_120/stdin.log: -------------------------------------------------------------------------------- 1 | rel(50,7,51,8); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_121/stdin.log: -------------------------------------------------------------------------------- 1 | node["key"!="value"]; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_122/stdin.log: -------------------------------------------------------------------------------- 1 | node["key"!~"value"]; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_123/stdin.log: -------------------------------------------------------------------------------- 1 | [out:custom];node["key"="value"]; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_124/stdin.log: -------------------------------------------------------------------------------- 1 | node["key"!~"value"]["foo"=""][bar=]; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_125/stdin.log: -------------------------------------------------------------------------------- 1 | node(>); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_126/stdin.log: -------------------------------------------------------------------------------- 1 | node(>>); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_127/stdin.log: -------------------------------------------------------------------------------- 1 | node(<); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_128/stdin.log: -------------------------------------------------------------------------------- 1 | node(<<); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_129/stdin.log: -------------------------------------------------------------------------------- 1 | >->.x; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_13/stdin.log: -------------------------------------------------------------------------------- 1 | << 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_130/stdin.log: -------------------------------------------------------------------------------- 1 | >; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_131/stdin.log: -------------------------------------------------------------------------------- 1 | >>; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_132/stdin.log: -------------------------------------------------------------------------------- 1 | ._;<; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_133/stdin.log: -------------------------------------------------------------------------------- 1 | ._;<<; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_134/stdin.log: -------------------------------------------------------------------------------- 1 | make foo 2 | a="b", 3 | c="d"="e"; 4 | 5 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_135/stdin.log: -------------------------------------------------------------------------------- 1 | way(if:t["a"]="b"); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_136/stdin.log: -------------------------------------------------------------------------------- 1 | way(if:is_tag(a)?1:3); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_137/stdin.log: -------------------------------------------------------------------------------- 1 | way(if:1,0); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_14/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_15/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_16/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_17/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_18/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_2/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_3/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_32/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_4/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_5/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_6/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_7/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_70/stdin.log: -------------------------------------------------------------------------------- 1 | out; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_71/stdin.log: -------------------------------------------------------------------------------- 1 | .in out ids qt 496; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_72/stdin.log: -------------------------------------------------------------------------------- 1 | out skel asc; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_73/stdin.log: -------------------------------------------------------------------------------- 1 | out body; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_74/stdin.log: -------------------------------------------------------------------------------- 1 | out meta; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_75/stdin.log: -------------------------------------------------------------------------------- 1 | out quirks; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_76/stdin.log: -------------------------------------------------------------------------------- 1 | node(50.0,5.0,55.0,10.0); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_77/stdin.log: -------------------------------------------------------------------------------- 1 | node(-30.0,-1.0,15,2)->.out; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_78/stdin.log: -------------------------------------------------------------------------------- 1 | node[key=value]; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_79/stdin.log: -------------------------------------------------------------------------------- 1 | node["key "="value=]\""]; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_8/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_80/stdin.log: -------------------------------------------------------------------------------- 1 | node[key]; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_81/stdin.log: -------------------------------------------------------------------------------- 1 | node[key=value]->.out; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_82/stdin.log: -------------------------------------------------------------------------------- 1 | node(496); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_83/stdin.log: -------------------------------------------------------------------------------- 1 | node(496)->.out; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_84/stdin.log: -------------------------------------------------------------------------------- 1 | node(around:100.0); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_85/stdin.log: -------------------------------------------------------------------------------- 1 | node(around.in:100)->.out; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_86/stdin.log: -------------------------------------------------------------------------------- 1 | node.wrong(around.in:"100"); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_87/stdin.log: -------------------------------------------------------------------------------- 1 | node(user:"A user name @<>"); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_88/stdin.log: -------------------------------------------------------------------------------- 1 | node(user:Username)->.out; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_89/stdin.log: -------------------------------------------------------------------------------- 1 | node(uid:496); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_9/stdin.log: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_90/stdin.log: -------------------------------------------------------------------------------- 1 | node(uid:496)->.out; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_91/stdin.log: -------------------------------------------------------------------------------- 1 | all(newer:"2011-01-02T03:04:05Z"); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_92/stdin.log: -------------------------------------------------------------------------------- 1 | node(w); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_93/stdin.log: -------------------------------------------------------------------------------- 1 | node(r); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_94/stdin.log: -------------------------------------------------------------------------------- 1 | node(w.in)->.out; 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_95/stdin.log: -------------------------------------------------------------------------------- 1 | way(bn); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_96/stdin.log: -------------------------------------------------------------------------------- 1 | way(r); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_97/stdin.log: -------------------------------------------------------------------------------- 1 | rel(bn); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_98/stdin.log: -------------------------------------------------------------------------------- 1 | rel(bw); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/osm3s_query_99/stdin.log: -------------------------------------------------------------------------------- 1 | rel(r); 2 | 3 | -------------------------------------------------------------------------------- /osm-3s_testing/input/vlt_model/now.ql: -------------------------------------------------------------------------------- 1 | ( node(50,8,53,9); 2 | way(50,8,53,9); 3 | way(1003); 4 | rel(50,8,53,9); 5 | rel(id:1141,1500,1501); ); 6 | -------------------------------------------------------------------------------- /src/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile.in 2 | configure* 3 | aclocal.m4 4 | autom4te.cache 5 | autoscan.log 6 | config.h.in 7 | 8 | -------------------------------------------------------------------------------- /src/bin/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile.in 2 | 3 | -------------------------------------------------------------------------------- /src/bin/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/src/bin/Makefile.am -------------------------------------------------------------------------------- /src/cgi-bin/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/src/cgi-bin/Makefile.am -------------------------------------------------------------------------------- /src/html/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/src/html/logo.png -------------------------------------------------------------------------------- /src/html/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Sitemap: http://overpass-api.de/api/sitemap 3 | -------------------------------------------------------------------------------- /src/overpass_api/statements/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile.in 2 | 3 | -------------------------------------------------------------------------------- /src/test-bin/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile.in 2 | 3 | -------------------------------------------------------------------------------- /upstream/osm-3s_v0.7.57.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmd-osm/Overpass-API/1fceaad834259d3b175598d17c93608cc02d2741/upstream/osm-3s_v0.7.57.1.tar.gz --------------------------------------------------------------------------------