|
|
(3 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| === Import CSV ===
| |
|
| |
|
| |
| == Import data from other extensions == | | == Import data from other extensions == |
|
| |
|
Line 8: |
Line 5: |
| On this page you can get tools to manage your map data. | | On this page you can get tools to manage your map data. |
|
| |
|
| [[File:OSM-Utilities-main.png]]
| | Check details for [[Zh_OpenStreetMap_Description#Utilities | Utilities]] |
| | |
| Today you can:
| |
| * import data from Zh GoogleMap
| |
| ** import Groups
| |
| * check log for last import process, print it
| |
| | |
| * import data from Zh YandexMap
| |
| ** import Groups
| |
| * check log for last import process, print it
| |
| | |
| | |
| In future will be added
| |
| * checking existance of categories, its hierarchy
| |
| * pre-import check (exists categories, groups and tags)
| |
| | |
| Due to complex process creation of category - '''automatic creation of categories is not supported'''. Only check.
| |
| | |
| | |
| | |
| === Extensions ===
| |
| | |
| You can get data from '''Zh GoogleMap''' and '''Zh YandexMap'''
| |
| | |
| | |
| If extension is not installed - buttons for this extension is disabled.
| |
| | |
| | |
| | |
| === Automatic loading Groups ===
| |
| | |
| On ''Utilites'' page press '''Copy all groups''' button.
| |
| | |
| You will get confirmation window that ''Last import log will be deleted''.
| |
| | |
| [[File:OSM-Utilities-group-confirm.png]]
| |
| | |
| If you need to save log - you can press '''No''', open last log and print it.
| |
| | |
| In dialog window you should press '''Yes''' to start import process.
| |
| | |
| For correct process execution do not import data parallelly, ie in different windows (tabs). Just do it on one precess.
| |
| | |
| Data loading by ''Addition'' rule, it is not update exist data.
| |
| | |
| It means:
| |
| | |
| - '''group''' will be the same if it has '''THE SAME TITLE'''
| |
| | |
| - '''category''' will be the same if it has '''THE SAME PATH''', ie it alias and aliases of all its parents are the same
| |
| | |
| - '''placemark''' will be the same if it has '''THE SAME TITLE and BELONGS to the destination MAP'''
| |
| | |
| If you close browser on middle of process - you can continue loading (but save log before new process).
| |
| | |
| When you start to continue import process - ''the same'' map objects will be skipped and you'll get only new data.
| |
| | |
| When process is done you'll get statistics window
| |
| | |
| [[File:OSM-Utilities-log.png]]
| |
| | |
| By button '''Close''' you can close this window, by '''Show last log''' button - check import log.
| |
| | |
| | |
| Lets look at import log.
| |
| | |
| [[File:OSM-Utilities-log-details.png]]
| |
| | |
| You can see 5 fields, lets explain on our example, import group:
| |
| | |
| '''Import object''' - which map object will pe process, in our case ''Group''.
| |
| | |
| '''Error type''' - what error is occured, in our case ''Category not found''. Check images with data for details below.
| |
| | |
| '''Target ID''' - distination object ID, in our case new group ID. Check images with data for details below.
| |
| | |
| '''Source ID''' - source object ID, in our case group ID from source extension. Check images with data for details below.
| |
| | |
| '''Source Reference Object ID''' - reference object ID, which is not exists in destination extension.
| |
| | |
| | |
| Lets look at source data just only for error log record.
| |
| | |
| We did import from Zh GoogleMap extension.
| |
| | |
| Source ID = 8, it is group ID from Zh GoogleMap
| |
| | |
| [[File:OSM-Utilities-log-details-source-id.png]]
| |
| | |
| Source Reference Object ID = 45, it is category ID from Zh GoogleMap
| |
| | |
| [[File:OSM-Utilities-log-details-source-ref-id.png]] | |
| | |
| Target ID = 155, it is new group ID from Zh OpenStreetMap
| |
| | |
| [[File:OSM-Utilities-log-details-target-id.png]]
| |
| | |
| As a result - we imported groups from Zh GoogleMap to Zh OpenStreetMap, but for new group with ID=155 which created from group with ID=8 from Zh GoogleMap extension, we didn't set category due to it is not exist in Zh OpenStreetMap.
| |
| | |
| You can see that source Group has '''X6''' category, the destination group - without category.
| |