├── .gitignore ├── LICENSE ├── LICENSE-CODE ├── README.md ├── SECURITY.md └── training ├── 02_OSM_Community_Communications.pdf ├── 03_OSM_Basics.pdf ├── 04_JOSM_Intro.pdf ├── 05_HOT_tasking_manager.pdf ├── 06_Resources_OSM.pdf ├── 07_Highways_Intro.pdf ├── 08_High_Classification_Routes.pdf ├── 09_Roads_Workflow.pdf ├── 10_Overpass_intro.pdf ├── 11_Editing_Demo.pdf ├── 12_JOSM_Validation_process.pdf ├── Road Alignment Policy.pdf ├── Turn Restrictions.pdf └── Turning Circle Policy.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-CODE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/LICENSE-CODE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/SECURITY.md -------------------------------------------------------------------------------- /training/02_OSM_Community_Communications.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/02_OSM_Community_Communications.pdf -------------------------------------------------------------------------------- /training/03_OSM_Basics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/03_OSM_Basics.pdf -------------------------------------------------------------------------------- /training/04_JOSM_Intro.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/04_JOSM_Intro.pdf -------------------------------------------------------------------------------- /training/05_HOT_tasking_manager.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/05_HOT_tasking_manager.pdf -------------------------------------------------------------------------------- /training/06_Resources_OSM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/06_Resources_OSM.pdf -------------------------------------------------------------------------------- /training/07_Highways_Intro.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/07_Highways_Intro.pdf -------------------------------------------------------------------------------- /training/08_High_Classification_Routes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/08_High_Classification_Routes.pdf -------------------------------------------------------------------------------- /training/09_Roads_Workflow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/09_Roads_Workflow.pdf -------------------------------------------------------------------------------- /training/10_Overpass_intro.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/10_Overpass_intro.pdf -------------------------------------------------------------------------------- /training/11_Editing_Demo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/11_Editing_Demo.pdf -------------------------------------------------------------------------------- /training/12_JOSM_Validation_process.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/12_JOSM_Validation_process.pdf -------------------------------------------------------------------------------- /training/Road Alignment Policy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/Road Alignment Policy.pdf -------------------------------------------------------------------------------- /training/Turn Restrictions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/Turn Restrictions.pdf -------------------------------------------------------------------------------- /training/Turning Circle Policy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Open-Maps/HEAD/training/Turning Circle Policy.pdf --------------------------------------------------------------------------------