├── .github └── FUNDING.yml ├── doc ├── 1.1_what_microcity_can_do.md ├── 2.1_showing_a_world_map.md ├── 2.2_searching_for_countries.md ├── 3.1_ui_overview.md ├── 3.2_vector_shapes.md ├── 3.3_raster_grids.md ├── 3.4_3d_scenes.md ├── 3.5_tables.md ├── 3.6_maps_and_layers.md ├── 3.7_modules.md ├── 4.1_si_overview.md ├── 4.2_ui_control.md ├── 4.3_shapes_and_tables.md ├── 4.4_grids.md ├── 4.5_3d_scenes.md ├── 4.6_networks.md ├── 4.7_des_simulations.md ├── 4.8_mixed_integer_programming.md ├── data │ ├── countries.dbf │ └── countries.shp ├── imgs │ ├── add_field.png │ ├── add_layer.png │ ├── button_3d.png │ ├── button_action.png │ ├── button_load.png │ ├── button_pan.png │ ├── button_ruler.png │ ├── button_script_save.png │ ├── button_sync.png │ ├── button_zoom.png │ ├── button_zoom_active.png │ ├── button_zoom_full.png │ ├── button_zoom_last.png │ ├── button_zoom_next.png │ ├── button_zoom_selection.png │ ├── city_logistics.png │ ├── close_save_grid.png │ ├── close_save_shapes.png │ ├── data_visualization.png │ ├── edit_point.png │ ├── edit_shape.png │ ├── gis_data_structure.png │ ├── grid_attributes.png │ ├── grid_menu.png │ ├── grid_selection.png │ ├── grid_structure.png │ ├── icon_microcity.png │ ├── icon_module.png │ ├── icon_module_file.png │ ├── icon_module_libraries.png │ ├── icon_script_editor.png │ ├── icon_shapes_line.png │ ├── icon_shapes_point.png │ ├── icon_shapes_polygon.png │ ├── layer_menu.png │ ├── main_window.png │ ├── map_coordinates.png │ ├── map_menu.png │ ├── microcity.png │ ├── module_file_menu.png │ ├── module_libraries_settings.png │ ├── module_menu.png │ ├── module_settings.png │ ├── modules.png │ ├── new_grid.png │ ├── new_scene.png │ ├── new_shapes.png │ ├── new_table.png │ ├── object_menu.png │ ├── query_results.png │ ├── readme.md │ ├── scene_coordinate.png │ ├── scene_menu.png │ ├── script_editor.png │ ├── shapes_files.png │ ├── shapes_menu.png │ ├── shipping_planning.png │ ├── shot_parameter_id.png │ ├── shot_script_editor.png │ ├── table_menu.png │ ├── table_view_menu.png │ ├── terminal_simulation.gif │ ├── warehouse_simulation.gif │ └── world_countries.png └── readme.md ├── readme.md └── shr ├── capturer ├── MapCapturer.zip └── readme.md ├── index.html ├── readme.md ├── tiles ├── 0 │ └── 0 │ │ └── 0.png ├── 1 │ ├── 0 │ │ ├── 0.png │ │ └── 1.png │ └── 1 │ │ ├── 0.png │ │ └── 1.png ├── 2 │ ├── 0 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png │ ├── 1 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png │ ├── 2 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png │ └── 3 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png ├── 3 │ ├── 0 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ ├── 1 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ ├── 2 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ ├── 3 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ ├── 4 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ ├── 5 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ ├── 6 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ └── 7 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png ├── googlemaps.html ├── index.html ├── leaflet.html ├── metadata.json └── openlayers.html ├── 世界地图.zip ├── 中国地图-审图号GS(2020)4619号.zip ├── 中国行政地图(城市).zip └── 中国行政地图(省).zip /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /doc/1.1_what_microcity_can_do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/1.1_what_microcity_can_do.md -------------------------------------------------------------------------------- /doc/2.1_showing_a_world_map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/2.1_showing_a_world_map.md -------------------------------------------------------------------------------- /doc/2.2_searching_for_countries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/2.2_searching_for_countries.md -------------------------------------------------------------------------------- /doc/3.1_ui_overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/3.1_ui_overview.md -------------------------------------------------------------------------------- /doc/3.2_vector_shapes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/3.2_vector_shapes.md -------------------------------------------------------------------------------- /doc/3.3_raster_grids.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/3.3_raster_grids.md -------------------------------------------------------------------------------- /doc/3.4_3d_scenes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/3.4_3d_scenes.md -------------------------------------------------------------------------------- /doc/3.5_tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/3.5_tables.md -------------------------------------------------------------------------------- /doc/3.6_maps_and_layers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/3.6_maps_and_layers.md -------------------------------------------------------------------------------- /doc/3.7_modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/3.7_modules.md -------------------------------------------------------------------------------- /doc/4.1_si_overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/4.1_si_overview.md -------------------------------------------------------------------------------- /doc/4.2_ui_control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/4.2_ui_control.md -------------------------------------------------------------------------------- /doc/4.3_shapes_and_tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/4.3_shapes_and_tables.md -------------------------------------------------------------------------------- /doc/4.4_grids.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/4.4_grids.md -------------------------------------------------------------------------------- /doc/4.5_3d_scenes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/4.5_3d_scenes.md -------------------------------------------------------------------------------- /doc/4.6_networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/4.6_networks.md -------------------------------------------------------------------------------- /doc/4.7_des_simulations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/4.7_des_simulations.md -------------------------------------------------------------------------------- /doc/4.8_mixed_integer_programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/4.8_mixed_integer_programming.md -------------------------------------------------------------------------------- /doc/data/countries.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/data/countries.dbf -------------------------------------------------------------------------------- /doc/data/countries.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/data/countries.shp -------------------------------------------------------------------------------- /doc/imgs/add_field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/add_field.png -------------------------------------------------------------------------------- /doc/imgs/add_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/add_layer.png -------------------------------------------------------------------------------- /doc/imgs/button_3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_3d.png -------------------------------------------------------------------------------- /doc/imgs/button_action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_action.png -------------------------------------------------------------------------------- /doc/imgs/button_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_load.png -------------------------------------------------------------------------------- /doc/imgs/button_pan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_pan.png -------------------------------------------------------------------------------- /doc/imgs/button_ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_ruler.png -------------------------------------------------------------------------------- /doc/imgs/button_script_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_script_save.png -------------------------------------------------------------------------------- /doc/imgs/button_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_sync.png -------------------------------------------------------------------------------- /doc/imgs/button_zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_zoom.png -------------------------------------------------------------------------------- /doc/imgs/button_zoom_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_zoom_active.png -------------------------------------------------------------------------------- /doc/imgs/button_zoom_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_zoom_full.png -------------------------------------------------------------------------------- /doc/imgs/button_zoom_last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_zoom_last.png -------------------------------------------------------------------------------- /doc/imgs/button_zoom_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_zoom_next.png -------------------------------------------------------------------------------- /doc/imgs/button_zoom_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/button_zoom_selection.png -------------------------------------------------------------------------------- /doc/imgs/city_logistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/city_logistics.png -------------------------------------------------------------------------------- /doc/imgs/close_save_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/close_save_grid.png -------------------------------------------------------------------------------- /doc/imgs/close_save_shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/close_save_shapes.png -------------------------------------------------------------------------------- /doc/imgs/data_visualization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/data_visualization.png -------------------------------------------------------------------------------- /doc/imgs/edit_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/edit_point.png -------------------------------------------------------------------------------- /doc/imgs/edit_shape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/edit_shape.png -------------------------------------------------------------------------------- /doc/imgs/gis_data_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/gis_data_structure.png -------------------------------------------------------------------------------- /doc/imgs/grid_attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/grid_attributes.png -------------------------------------------------------------------------------- /doc/imgs/grid_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/grid_menu.png -------------------------------------------------------------------------------- /doc/imgs/grid_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/grid_selection.png -------------------------------------------------------------------------------- /doc/imgs/grid_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/grid_structure.png -------------------------------------------------------------------------------- /doc/imgs/icon_microcity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/icon_microcity.png -------------------------------------------------------------------------------- /doc/imgs/icon_module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/icon_module.png -------------------------------------------------------------------------------- /doc/imgs/icon_module_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/icon_module_file.png -------------------------------------------------------------------------------- /doc/imgs/icon_module_libraries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/icon_module_libraries.png -------------------------------------------------------------------------------- /doc/imgs/icon_script_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/icon_script_editor.png -------------------------------------------------------------------------------- /doc/imgs/icon_shapes_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/icon_shapes_line.png -------------------------------------------------------------------------------- /doc/imgs/icon_shapes_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/icon_shapes_point.png -------------------------------------------------------------------------------- /doc/imgs/icon_shapes_polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/icon_shapes_polygon.png -------------------------------------------------------------------------------- /doc/imgs/layer_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/layer_menu.png -------------------------------------------------------------------------------- /doc/imgs/main_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/main_window.png -------------------------------------------------------------------------------- /doc/imgs/map_coordinates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/map_coordinates.png -------------------------------------------------------------------------------- /doc/imgs/map_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/map_menu.png -------------------------------------------------------------------------------- /doc/imgs/microcity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/microcity.png -------------------------------------------------------------------------------- /doc/imgs/module_file_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/module_file_menu.png -------------------------------------------------------------------------------- /doc/imgs/module_libraries_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/module_libraries_settings.png -------------------------------------------------------------------------------- /doc/imgs/module_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/module_menu.png -------------------------------------------------------------------------------- /doc/imgs/module_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/module_settings.png -------------------------------------------------------------------------------- /doc/imgs/modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/modules.png -------------------------------------------------------------------------------- /doc/imgs/new_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/new_grid.png -------------------------------------------------------------------------------- /doc/imgs/new_scene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/new_scene.png -------------------------------------------------------------------------------- /doc/imgs/new_shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/new_shapes.png -------------------------------------------------------------------------------- /doc/imgs/new_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/new_table.png -------------------------------------------------------------------------------- /doc/imgs/object_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/object_menu.png -------------------------------------------------------------------------------- /doc/imgs/query_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/query_results.png -------------------------------------------------------------------------------- /doc/imgs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/readme.md -------------------------------------------------------------------------------- /doc/imgs/scene_coordinate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/scene_coordinate.png -------------------------------------------------------------------------------- /doc/imgs/scene_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/scene_menu.png -------------------------------------------------------------------------------- /doc/imgs/script_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/script_editor.png -------------------------------------------------------------------------------- /doc/imgs/shapes_files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/shapes_files.png -------------------------------------------------------------------------------- /doc/imgs/shapes_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/shapes_menu.png -------------------------------------------------------------------------------- /doc/imgs/shipping_planning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/shipping_planning.png -------------------------------------------------------------------------------- /doc/imgs/shot_parameter_id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/shot_parameter_id.png -------------------------------------------------------------------------------- /doc/imgs/shot_script_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/shot_script_editor.png -------------------------------------------------------------------------------- /doc/imgs/table_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/table_menu.png -------------------------------------------------------------------------------- /doc/imgs/table_view_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/table_view_menu.png -------------------------------------------------------------------------------- /doc/imgs/terminal_simulation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/terminal_simulation.gif -------------------------------------------------------------------------------- /doc/imgs/warehouse_simulation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/warehouse_simulation.gif -------------------------------------------------------------------------------- /doc/imgs/world_countries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/imgs/world_countries.png -------------------------------------------------------------------------------- /doc/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/doc/readme.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/readme.md -------------------------------------------------------------------------------- /shr/capturer/MapCapturer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/capturer/MapCapturer.zip -------------------------------------------------------------------------------- /shr/capturer/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/capturer/readme.md -------------------------------------------------------------------------------- /shr/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/index.html -------------------------------------------------------------------------------- /shr/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/readme.md -------------------------------------------------------------------------------- /shr/tiles/0/0/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/0/0/0.png -------------------------------------------------------------------------------- /shr/tiles/1/0/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/1/0/0.png -------------------------------------------------------------------------------- /shr/tiles/1/0/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/1/0/1.png -------------------------------------------------------------------------------- /shr/tiles/1/1/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/1/1/0.png -------------------------------------------------------------------------------- /shr/tiles/1/1/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/1/1/1.png -------------------------------------------------------------------------------- /shr/tiles/2/0/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/0/0.png -------------------------------------------------------------------------------- /shr/tiles/2/0/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/0/1.png -------------------------------------------------------------------------------- /shr/tiles/2/0/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/0/2.png -------------------------------------------------------------------------------- /shr/tiles/2/0/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/0/3.png -------------------------------------------------------------------------------- /shr/tiles/2/1/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/1/0.png -------------------------------------------------------------------------------- /shr/tiles/2/1/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/1/1.png -------------------------------------------------------------------------------- /shr/tiles/2/1/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/1/2.png -------------------------------------------------------------------------------- /shr/tiles/2/1/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/1/3.png -------------------------------------------------------------------------------- /shr/tiles/2/2/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/2/0.png -------------------------------------------------------------------------------- /shr/tiles/2/2/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/2/1.png -------------------------------------------------------------------------------- /shr/tiles/2/2/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/2/2.png -------------------------------------------------------------------------------- /shr/tiles/2/2/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/2/3.png -------------------------------------------------------------------------------- /shr/tiles/2/3/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/3/0.png -------------------------------------------------------------------------------- /shr/tiles/2/3/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/3/1.png -------------------------------------------------------------------------------- /shr/tiles/2/3/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/3/2.png -------------------------------------------------------------------------------- /shr/tiles/2/3/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/2/3/3.png -------------------------------------------------------------------------------- /shr/tiles/3/0/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/0/0.png -------------------------------------------------------------------------------- /shr/tiles/3/0/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/0/1.png -------------------------------------------------------------------------------- /shr/tiles/3/0/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/0/2.png -------------------------------------------------------------------------------- /shr/tiles/3/0/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/0/3.png -------------------------------------------------------------------------------- /shr/tiles/3/0/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/0/4.png -------------------------------------------------------------------------------- /shr/tiles/3/0/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/0/5.png -------------------------------------------------------------------------------- /shr/tiles/3/0/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/0/6.png -------------------------------------------------------------------------------- /shr/tiles/3/0/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/0/7.png -------------------------------------------------------------------------------- /shr/tiles/3/1/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/1/0.png -------------------------------------------------------------------------------- /shr/tiles/3/1/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/1/1.png -------------------------------------------------------------------------------- /shr/tiles/3/1/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/1/2.png -------------------------------------------------------------------------------- /shr/tiles/3/1/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/1/3.png -------------------------------------------------------------------------------- /shr/tiles/3/1/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/1/4.png -------------------------------------------------------------------------------- /shr/tiles/3/1/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/1/5.png -------------------------------------------------------------------------------- /shr/tiles/3/1/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/1/6.png -------------------------------------------------------------------------------- /shr/tiles/3/1/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/1/7.png -------------------------------------------------------------------------------- /shr/tiles/3/2/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/2/0.png -------------------------------------------------------------------------------- /shr/tiles/3/2/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/2/1.png -------------------------------------------------------------------------------- /shr/tiles/3/2/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/2/2.png -------------------------------------------------------------------------------- /shr/tiles/3/2/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/2/3.png -------------------------------------------------------------------------------- /shr/tiles/3/2/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/2/4.png -------------------------------------------------------------------------------- /shr/tiles/3/2/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/2/5.png -------------------------------------------------------------------------------- /shr/tiles/3/2/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/2/6.png -------------------------------------------------------------------------------- /shr/tiles/3/2/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/2/7.png -------------------------------------------------------------------------------- /shr/tiles/3/3/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/3/0.png -------------------------------------------------------------------------------- /shr/tiles/3/3/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/3/1.png -------------------------------------------------------------------------------- /shr/tiles/3/3/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/3/2.png -------------------------------------------------------------------------------- /shr/tiles/3/3/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/3/3.png -------------------------------------------------------------------------------- /shr/tiles/3/3/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/3/4.png -------------------------------------------------------------------------------- /shr/tiles/3/3/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/3/5.png -------------------------------------------------------------------------------- /shr/tiles/3/3/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/3/6.png -------------------------------------------------------------------------------- /shr/tiles/3/3/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/3/7.png -------------------------------------------------------------------------------- /shr/tiles/3/4/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/4/0.png -------------------------------------------------------------------------------- /shr/tiles/3/4/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/4/1.png -------------------------------------------------------------------------------- /shr/tiles/3/4/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/4/2.png -------------------------------------------------------------------------------- /shr/tiles/3/4/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/4/3.png -------------------------------------------------------------------------------- /shr/tiles/3/4/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/4/4.png -------------------------------------------------------------------------------- /shr/tiles/3/4/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/4/5.png -------------------------------------------------------------------------------- /shr/tiles/3/4/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/4/6.png -------------------------------------------------------------------------------- /shr/tiles/3/4/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/4/7.png -------------------------------------------------------------------------------- /shr/tiles/3/5/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/5/0.png -------------------------------------------------------------------------------- /shr/tiles/3/5/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/5/1.png -------------------------------------------------------------------------------- /shr/tiles/3/5/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/5/2.png -------------------------------------------------------------------------------- /shr/tiles/3/5/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/5/3.png -------------------------------------------------------------------------------- /shr/tiles/3/5/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/5/4.png -------------------------------------------------------------------------------- /shr/tiles/3/5/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/5/5.png -------------------------------------------------------------------------------- /shr/tiles/3/5/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/5/6.png -------------------------------------------------------------------------------- /shr/tiles/3/5/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/5/7.png -------------------------------------------------------------------------------- /shr/tiles/3/6/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/6/0.png -------------------------------------------------------------------------------- /shr/tiles/3/6/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/6/1.png -------------------------------------------------------------------------------- /shr/tiles/3/6/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/6/2.png -------------------------------------------------------------------------------- /shr/tiles/3/6/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/6/3.png -------------------------------------------------------------------------------- /shr/tiles/3/6/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/6/4.png -------------------------------------------------------------------------------- /shr/tiles/3/6/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/6/5.png -------------------------------------------------------------------------------- /shr/tiles/3/6/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/6/6.png -------------------------------------------------------------------------------- /shr/tiles/3/6/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/6/7.png -------------------------------------------------------------------------------- /shr/tiles/3/7/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/7/0.png -------------------------------------------------------------------------------- /shr/tiles/3/7/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/7/1.png -------------------------------------------------------------------------------- /shr/tiles/3/7/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/7/2.png -------------------------------------------------------------------------------- /shr/tiles/3/7/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/7/3.png -------------------------------------------------------------------------------- /shr/tiles/3/7/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/7/4.png -------------------------------------------------------------------------------- /shr/tiles/3/7/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/7/5.png -------------------------------------------------------------------------------- /shr/tiles/3/7/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/7/6.png -------------------------------------------------------------------------------- /shr/tiles/3/7/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/3/7/7.png -------------------------------------------------------------------------------- /shr/tiles/googlemaps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/googlemaps.html -------------------------------------------------------------------------------- /shr/tiles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/index.html -------------------------------------------------------------------------------- /shr/tiles/leaflet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/leaflet.html -------------------------------------------------------------------------------- /shr/tiles/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/metadata.json -------------------------------------------------------------------------------- /shr/tiles/openlayers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/tiles/openlayers.html -------------------------------------------------------------------------------- /shr/世界地图.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/世界地图.zip -------------------------------------------------------------------------------- /shr/中国地图-审图号GS(2020)4619号.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/中国地图-审图号GS(2020)4619号.zip -------------------------------------------------------------------------------- /shr/中国行政地图(城市).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/中国行政地图(城市).zip -------------------------------------------------------------------------------- /shr/中国行政地图(省).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microcity/desktop/HEAD/shr/中国行政地图(省).zip --------------------------------------------------------------------------------