├── OSITN ├── Greyscale │ ├── itn_roadlink_gs.qml │ └── readme.md ├── README.md └── itn_roadlink.qml ├── OSMM ├── Greyscale │ ├── osmm_boundaryline_gs.qml │ ├── osmm_boundaryline_lightgs.qml │ ├── osmm_boundarytext_gs.qml │ ├── osmm_cartographicsymbol_gs.qml │ ├── osmm_cartographicsymbol_lightgs.qml │ ├── osmm_cartographictext_gs.qml │ ├── osmm_landformarea_gs.qml │ ├── osmm_landformarea_lightgs.qml │ ├── osmm_landformline_gs.qml │ ├── osmm_landformline_lightgs.qml │ ├── osmm_overheadarea_gs.qml │ ├── osmm_overheadarea_lightgs.qml │ ├── osmm_symbolsaslines_gs.qml │ ├── osmm_symbolsaslines_lightgs.qml │ ├── osmm_topographicarea_gs.qml │ ├── osmm_topographicarea_lightgs.qml │ ├── osmm_topographicline_gs.qml │ ├── osmm_topographicline_lightgs.qml │ ├── osmm_topographicpoint_gs.qml │ ├── osmm_topographicpoint_lightgs.qml │ └── readme.md ├── OSMM_boundaryline.qml ├── OSMM_boundaryline_text.qml ├── OSMM_cartographicsymbols.qml ├── OSMM_cartographictext.qml ├── OSMM_cartographictext_pt.qml ├── OSMM_landformarea.qml ├── OSMM_landformline.qml ├── OSMM_overheadarea.qml ├── OSMM_symbolsaslines.qml ├── OSMM_topographicarea.qml ├── OSMM_topographicline.qml ├── OSMM_topographicpoint.qml └── README.md ├── OSVMD ├── Greyscale │ ├── os_vmd_adminbnd_gs.qml │ ├── os_vmd_airport_gs.qml │ ├── os_vmd_building_gs.qml │ ├── os_vmd_etl_gs.qml │ ├── os_vmd_foreshore_gs.qml │ ├── os_vmd_glasshouse_gs.qml │ ├── os_vmd_heritagesite_gs.qml │ ├── os_vmd_land_gs.qml │ ├── os_vmd_motorwayjunction_gs.qml │ ├── os_vmd_namedplace_gs.qml │ ├── os_vmd_ornament_gs.qml │ ├── os_vmd_publicamenity_gs.qml │ ├── os_vmd_railwaystation_gs.qml │ ├── os_vmd_railwaytrack_gs.qml │ ├── os_vmd_railwaytunnel_gs.qml │ ├── os_vmd_road_gs.qml │ ├── os_vmd_roadtunnel_gs.qml │ ├── os_vmd_roundabout_gs.qml │ ├── os_vmd_spotheight_gs.qml │ ├── os_vmd_surfacewaterarea_gs.qml │ ├── os_vmd_surfacewaterline_gs.qml │ ├── os_vmd_tidalbnd_gs.qml │ ├── os_vmd_tidalwater_gs.qml │ ├── os_vmd_woodland_gs.qml │ └── readme.md ├── README.md └── Toner │ ├── os_vmd_adminline_toner.qml │ ├── os_vmd_building_toner.qml │ ├── os_vmd_etl_toner.qml │ ├── os_vmd_foreshore_toner.qml │ ├── os_vmd_glasshouse_toner.qml │ ├── os_vmd_land_toner.qml │ ├── os_vmd_namedplace_toner.qml │ ├── os_vmd_ornament_toner.qml │ ├── os_vmd_railwaystation_toner.qml │ ├── os_vmd_railwaytrack_toner.qml │ ├── os_vmd_railwaytunnel_toner.qml │ ├── os_vmd_road_toner.qml │ ├── os_vmd_roadtunnel_toner.qml │ ├── os_vmd_spotheight_toner.qml │ ├── os_vmd_surfacewater_toner.qml │ ├── os_vmd_surfacewaterline_toner.qml │ ├── os_vmd_tidalbnd_toner.qml │ ├── os_vmd_tidalwater_toner.qml │ ├── os_vmd_woodland_toner.qml │ └── readme.md ├── OSVML ├── Greyscale │ ├── os_vml_adminline_gs.qml │ ├── os_vml_alleyway_gs.qml │ ├── os_vml_aroads_gs.qml │ ├── os_vml_boundarytext_gs.qml │ ├── os_vml_broads_gs.qml │ ├── os_vml_buildingarea_gs.qml │ ├── os_vml_buildingline_gs.qml │ ├── os_vml_buildingtext_gs.qml │ ├── os_vml_cartoroadtext_gs.qml │ ├── os_vml_contourline_gs.qml │ ├── os_vml_contourtext_gs.qml │ ├── os_vml_landformline_gs.qml │ ├── os_vml_localstreets_gs.qml │ ├── os_vml_majornametext_gs.qml │ ├── os_vml_mednametext_gs.qml │ ├── os_vml_minorroads_gs.qml │ ├── os_vml_miscpoint_gs.qml │ ├── os_vml_misctext_gs.qml │ ├── os_vml_motorways_gs.qml │ ├── os_vml_privateroads_gs.qml │ ├── os_vml_railwayline_gs.qml │ ├── os_vml_roadcasing_gs.qml │ ├── os_vml_roadnametext_gs.qml │ ├── os_vml_roadnumbertext_gs.qml │ ├── os_vml_roadtunnel_gs.qml │ ├── os_vml_ruralgeneralline_gs.qml │ ├── os_vml_smallnametext_gs.qml │ ├── os_vml_urbanarea_gs.qml │ ├── os_vml_urbangeneralline_gs.qml │ ├── os_vml_vegetation_gs.qml │ ├── os_vml_waterarea_gs.qml │ ├── os_vml_waterline_gs.qml │ ├── os_vml_watertext_gs.qml │ └── readme.md ├── README.md ├── update_vml_text_tables.sql ├── vml_a_roads.qml ├── vml_admin_line.qml ├── vml_alleyway.qml ├── vml_b_roads.qml ├── vml_boundary_text.qml ├── vml_building_area.qml ├── vml_building_line.qml ├── vml_building_text.qml ├── vml_carto_road_text.qml ├── vml_contour_line.qml ├── vml_contour_text.qml ├── vml_landform_line.qml ├── vml_local_streets.qml ├── vml_major_name_text.qml ├── vml_med_name_text.qml ├── vml_minor_roads.qml ├── vml_misc_point.qml ├── vml_misc_text.qml ├── vml_motorways.qml ├── vml_private_roads.qml ├── vml_railway_line.qml ├── vml_road_casing.qml ├── vml_road_tunnel.qml ├── vml_roadname_text.qml ├── vml_roadnumber_text.qml ├── vml_rural_general_line.qml ├── vml_small_name_text.qml ├── vml_urban_extent.qml ├── vml_urban_general_line.qml ├── vml_vegetation_area.qml ├── vml_water_area.qml ├── vml_water_line.qml └── vml_water_text.qml ├── OSVML_Bruised ├── README.md ├── vml_a_roads_bruised.qml ├── vml_admin_line_bruised.qml ├── vml_alleyway_bruised.qml ├── vml_b_roads_bruised.qml ├── vml_bnd_text_bruised.qml ├── vml_building_area_bruised.qml ├── vml_building_line_bruised.qml ├── vml_building_text_bruised.qml ├── vml_carto_road_text_bruised.qml ├── vml_contour_line_bruised.qml ├── vml_contour_text_bruised.qml ├── vml_major_name_text_bruised.qml ├── vml_med_name_text_bruised.qml ├── vml_minor_roads_bruised.qml ├── vml_misc_text_bruised.qml ├── vml_motorways_bruised.qml ├── vml_private_roads_bruised.qml ├── vml_railway_line_bruised.qml ├── vml_road_casing_bruised.qml ├── vml_road_tunnel_bruised.qml ├── vml_roadname_text_bruised.qml ├── vml_roadnumber_text_bruised.qml ├── vml_small_name_text_bruised.qml ├── vml_urban_extent_bruised.qml ├── vml_veg_area_bruised.qml ├── vml_water_extent_bruised.qml ├── vml_water_line_bruised.qml └── vml_water_text_bruised.qml ├── OS_Meridian2 ├── Greyscale │ ├── os_meridian2_adminline_gs.qml │ ├── os_meridian2_aroad_gs.qml │ ├── os_meridian2_broad_gs.qml │ ├── os_meridian2_coastline_gs.qml │ ├── os_meridian2_county_gs.qml │ ├── os_meridian2_district_gs.qml │ ├── os_meridian2_dlua_gs.qml │ ├── os_meridian2_junctiontext_gs.qml │ ├── os_meridian2_minorroad_gs.qml │ ├── os_meridian2_motorway_gs.qml │ ├── os_meridian2_railline_gs.qml │ ├── os_meridian2_river_gs.qml │ ├── os_meridian2_roadnode_gs.qml │ ├── os_meridian2_roundabout_gs.qml │ ├── os_meridian2_settlement_gs.qml │ ├── os_meridian2_station_gs.qml │ ├── os_meridian2_text_gs.qml │ ├── os_meridian2_water_gs.qml │ ├── os_meridian2_woodland_gs.qml │ └── readme.md └── readme.md ├── OS_OpenMap ├── BrinjalBuilding.qml ├── BrinjalImportantBuilding.qml ├── BrinjalLand.qml ├── BrinjalRoadCasing.qml ├── BrinjalSurfaceWaterArea.qml ├── BrinjalTidalWater.qml ├── BrinjalWoodland.qml ├── CamperBuilding.qml ├── CamperFunctionalSite.qml ├── CamperImportantBuilding.qml ├── CamperNamedPlace.qml ├── CamperRailwayStation.qml ├── CamperRoadFill.qml ├── CamperSurfaceWaterArea.qml ├── CamperTidalWater.qml ├── CamperWoodland.qml ├── CrispBuilding.qml ├── CrispForeshore.qml ├── CrispFunctionalSite.qml ├── CrispImportantBuilding.qml ├── CrispNamedPlace.qml ├── CrispRailwayStation.qml ├── CrispRailwayTrack.qml ├── CrispRailwayTunnel.qml ├── CrispRoadCasing.qml ├── CrispRoadFill.qml ├── CrispRoadTunnel.qml ├── CrispSurfaceWaterArea.qml ├── CrispSurfaceWaterLine.qml ├── CrispTidalBoundary.qml ├── CrispTidalWater.qml ├── CrispWoodland.qml ├── MCBuilding.qml ├── MCForeshore.qml ├── MCFunctionalSite.qml ├── MCGlasshouse.qml ├── MCImportantBuilding.qml ├── MCNamedPlace.qml ├── MCRailwayStation.qml ├── MCRailwayTrack.qml ├── MCRailwayTunnel.qml ├── MCRoadCasing.qml ├── MCRoadFill.qml ├── MCRoadTunnel.qml ├── MCSurfaceWaterArea.qml ├── MCSurfaceWaterLine.qml ├── MCTidalBoundary.qml ├── MCTidalWater.qml ├── MCWoodland.qml ├── README.md ├── SpringBuilding.qml ├── SpringETL.qml ├── SpringForeshore.qml ├── SpringFunctionalSite.qml ├── SpringImportantBuilding.qml ├── SpringNamedPlace.qml ├── SpringRailwayStation.qml ├── SpringRailwayTrack.qml ├── SpringRailwayTunnel.qml ├── SpringRoadCasing.qml ├── SpringRoadFill.qml ├── SpringRoadTunnel.qml ├── SpringSurfaceWaterArea.qml ├── SpringSurfaceWaterLine.qml ├── SpringTidalBoundary.qml ├── SpringTidalWater.qml ├── SpringWoodland.qml ├── TonerBuilding.qml ├── TonerForeshore.qml ├── TonerGlasshouse.qml ├── TonerImportantBuilding.qml ├── TonerNamedPlace.qml ├── TonerRailwayTrack.qml ├── TonerRailwayTunnel.qml ├── TonerRoadCasing.qml ├── TonerRoadFill.qml ├── TonerRoadTunnel.qml ├── TonerTidalBoundary.qml ├── TonerTidalWater.qml ├── TonerWoodland.qml └── images │ ├── brinjal-openmap.jpg │ ├── camper-openmap.jpg │ ├── crisp-openmap.jpg │ ├── midnightcommander-openmap.jpg │ ├── space-openmap.jpg │ ├── spring-openmap.jpg │ └── toner-openmap.jpg ├── OS_Strategi ├── Greyscale │ ├── os_strategi_adminline_gs.qml │ ├── os_strategi_adminseed_gs.qml │ ├── os_strategi_antiquity_gs.qml │ ├── os_strategi_aroad_gs.qml │ ├── os_strategi_broad_gs.qml │ ├── os_strategi_coastline_gs.qml │ ├── os_strategi_ferrybox_gs.qml │ ├── os_strategi_ferryline_gs.qml │ ├── os_strategi_foreshore_gs.qml │ ├── os_strategi_gridlines_gs.qml │ ├── os_strategi_landuseseed_gs.qml │ ├── os_strategi_landusesymbol_gs.aml │ ├── os_strategi_minorroad_gs.qml │ ├── os_strategi_motorway_gs.qml │ ├── os_strategi_nationalparks_gs.qml │ ├── os_strategi_primaryroad_gs.qml │ ├── os_strategi_railpoint_gs.qml │ ├── os_strategi_railwayline_gs.qml │ ├── os_strategi_rivers_gs.qml │ ├── os_strategi_roadpoint_gs.qml │ ├── os_strategi_settlementseed_gs.qml │ ├── os_strategi_spotheight_gs.qml │ ├── os_strategi_transporttext_gs.qml │ ├── os_strategi_urban_gs.qml │ ├── os_strategi_water_gs.qml │ ├── os_strategi_woodland_gs.qml │ └── readme.md ├── readme.md ├── strategi_area.qml ├── strategi_line.qml ├── strategi_point.qml └── strategi_text.qml ├── README.md ├── Terrain50 ├── T50_contourline_gs.qml ├── T50_meanhighlowwater_gs.qml └── T50_spotheight_gs.qml └── screenshots ├── os_mastermap_greyscale_50.png ├── os_mastermap_greyscale_light_25.png ├── os_mastermap_greyscale_light_notext_25.png ├── os_meridian2_greyscale_50.png ├── os_strategi_greyscale_50.png ├── os_strategi_greyscale_settlements_50.png ├── os_vmd_greyscale_50.png ├── os_vmd_toner_50.png ├── os_vml_greyscale_50.png ├── vml_bruised_10000.png ├── vml_bruised_2500.png ├── vml_bruised_5000.png ├── vml_bruised_7500.png ├── vml_os_10000.jpg ├── vml_os_3000.jpg └── vml_os_6000.jpg /OSITN/Greyscale/itn_roadlink_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSITN/Greyscale/itn_roadlink_gs.qml -------------------------------------------------------------------------------- /OSITN/Greyscale/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSITN/Greyscale/readme.md -------------------------------------------------------------------------------- /OSITN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSITN/README.md -------------------------------------------------------------------------------- /OSITN/itn_roadlink.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSITN/itn_roadlink.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_boundaryline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_boundaryline_gs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_boundaryline_lightgs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_boundaryline_lightgs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_boundarytext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_boundarytext_gs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_cartographicsymbol_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_cartographicsymbol_gs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_cartographicsymbol_lightgs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_cartographicsymbol_lightgs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_cartographictext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_cartographictext_gs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_landformarea_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_landformarea_gs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_landformarea_lightgs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_landformarea_lightgs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_landformline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_landformline_gs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_landformline_lightgs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_landformline_lightgs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_overheadarea_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_overheadarea_gs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_overheadarea_lightgs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_overheadarea_lightgs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_symbolsaslines_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_symbolsaslines_gs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_symbolsaslines_lightgs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_symbolsaslines_lightgs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_topographicarea_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_topographicarea_gs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_topographicarea_lightgs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_topographicarea_lightgs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_topographicline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_topographicline_gs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_topographicline_lightgs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_topographicline_lightgs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_topographicpoint_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_topographicpoint_gs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/osmm_topographicpoint_lightgs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/osmm_topographicpoint_lightgs.qml -------------------------------------------------------------------------------- /OSMM/Greyscale/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/Greyscale/readme.md -------------------------------------------------------------------------------- /OSMM/OSMM_boundaryline.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_boundaryline.qml -------------------------------------------------------------------------------- /OSMM/OSMM_boundaryline_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_boundaryline_text.qml -------------------------------------------------------------------------------- /OSMM/OSMM_cartographicsymbols.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_cartographicsymbols.qml -------------------------------------------------------------------------------- /OSMM/OSMM_cartographictext.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_cartographictext.qml -------------------------------------------------------------------------------- /OSMM/OSMM_cartographictext_pt.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_cartographictext_pt.qml -------------------------------------------------------------------------------- /OSMM/OSMM_landformarea.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_landformarea.qml -------------------------------------------------------------------------------- /OSMM/OSMM_landformline.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_landformline.qml -------------------------------------------------------------------------------- /OSMM/OSMM_overheadarea.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_overheadarea.qml -------------------------------------------------------------------------------- /OSMM/OSMM_symbolsaslines.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_symbolsaslines.qml -------------------------------------------------------------------------------- /OSMM/OSMM_topographicarea.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_topographicarea.qml -------------------------------------------------------------------------------- /OSMM/OSMM_topographicline.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_topographicline.qml -------------------------------------------------------------------------------- /OSMM/OSMM_topographicpoint.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/OSMM_topographicpoint.qml -------------------------------------------------------------------------------- /OSMM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSMM/README.md -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_adminbnd_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_adminbnd_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_airport_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_airport_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_building_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_building_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_etl_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_etl_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_foreshore_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_foreshore_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_glasshouse_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_glasshouse_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_heritagesite_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_heritagesite_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_land_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_land_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_motorwayjunction_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_motorwayjunction_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_namedplace_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_namedplace_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_ornament_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_ornament_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_publicamenity_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_publicamenity_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_railwaystation_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_railwaystation_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_railwaytrack_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_railwaytrack_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_railwaytunnel_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_railwaytunnel_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_road_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_road_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_roadtunnel_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_roadtunnel_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_roundabout_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_roundabout_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_spotheight_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_spotheight_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_surfacewaterarea_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_surfacewaterarea_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_surfacewaterline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_surfacewaterline_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_tidalbnd_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_tidalbnd_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_tidalwater_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_tidalwater_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/os_vmd_woodland_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/os_vmd_woodland_gs.qml -------------------------------------------------------------------------------- /OSVMD/Greyscale/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Greyscale/readme.md -------------------------------------------------------------------------------- /OSVMD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/README.md -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_adminline_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_adminline_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_building_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_building_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_etl_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_etl_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_foreshore_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_foreshore_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_glasshouse_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_glasshouse_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_land_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_land_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_namedplace_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_namedplace_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_ornament_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_ornament_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_railwaystation_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_railwaystation_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_railwaytrack_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_railwaytrack_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_railwaytunnel_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_railwaytunnel_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_road_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_road_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_roadtunnel_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_roadtunnel_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_spotheight_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_spotheight_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_surfacewater_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_surfacewater_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_surfacewaterline_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_surfacewaterline_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_tidalbnd_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_tidalbnd_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_tidalwater_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_tidalwater_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/os_vmd_woodland_toner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/os_vmd_woodland_toner.qml -------------------------------------------------------------------------------- /OSVMD/Toner/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVMD/Toner/readme.md -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_adminline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_adminline_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_alleyway_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_alleyway_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_aroads_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_aroads_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_boundarytext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_boundarytext_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_broads_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_broads_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_buildingarea_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_buildingarea_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_buildingline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_buildingline_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_buildingtext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_buildingtext_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_cartoroadtext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_cartoroadtext_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_contourline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_contourline_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_contourtext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_contourtext_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_landformline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_landformline_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_localstreets_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_localstreets_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_majornametext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_majornametext_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_mednametext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_mednametext_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_minorroads_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_minorroads_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_miscpoint_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_miscpoint_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_misctext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_misctext_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_motorways_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_motorways_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_privateroads_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_privateroads_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_railwayline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_railwayline_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_roadcasing_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_roadcasing_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_roadnametext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_roadnametext_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_roadnumbertext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_roadnumbertext_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_roadtunnel_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_roadtunnel_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_ruralgeneralline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_ruralgeneralline_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_smallnametext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_smallnametext_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_urbanarea_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_urbanarea_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_urbangeneralline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_urbangeneralline_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_vegetation_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_vegetation_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_waterarea_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_waterarea_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_waterline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_waterline_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/os_vml_watertext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/os_vml_watertext_gs.qml -------------------------------------------------------------------------------- /OSVML/Greyscale/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/Greyscale/readme.md -------------------------------------------------------------------------------- /OSVML/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/README.md -------------------------------------------------------------------------------- /OSVML/update_vml_text_tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/update_vml_text_tables.sql -------------------------------------------------------------------------------- /OSVML/vml_a_roads.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_a_roads.qml -------------------------------------------------------------------------------- /OSVML/vml_admin_line.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_admin_line.qml -------------------------------------------------------------------------------- /OSVML/vml_alleyway.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_alleyway.qml -------------------------------------------------------------------------------- /OSVML/vml_b_roads.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_b_roads.qml -------------------------------------------------------------------------------- /OSVML/vml_boundary_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_boundary_text.qml -------------------------------------------------------------------------------- /OSVML/vml_building_area.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_building_area.qml -------------------------------------------------------------------------------- /OSVML/vml_building_line.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_building_line.qml -------------------------------------------------------------------------------- /OSVML/vml_building_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_building_text.qml -------------------------------------------------------------------------------- /OSVML/vml_carto_road_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_carto_road_text.qml -------------------------------------------------------------------------------- /OSVML/vml_contour_line.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_contour_line.qml -------------------------------------------------------------------------------- /OSVML/vml_contour_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_contour_text.qml -------------------------------------------------------------------------------- /OSVML/vml_landform_line.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_landform_line.qml -------------------------------------------------------------------------------- /OSVML/vml_local_streets.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_local_streets.qml -------------------------------------------------------------------------------- /OSVML/vml_major_name_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_major_name_text.qml -------------------------------------------------------------------------------- /OSVML/vml_med_name_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_med_name_text.qml -------------------------------------------------------------------------------- /OSVML/vml_minor_roads.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_minor_roads.qml -------------------------------------------------------------------------------- /OSVML/vml_misc_point.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_misc_point.qml -------------------------------------------------------------------------------- /OSVML/vml_misc_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_misc_text.qml -------------------------------------------------------------------------------- /OSVML/vml_motorways.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_motorways.qml -------------------------------------------------------------------------------- /OSVML/vml_private_roads.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_private_roads.qml -------------------------------------------------------------------------------- /OSVML/vml_railway_line.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_railway_line.qml -------------------------------------------------------------------------------- /OSVML/vml_road_casing.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_road_casing.qml -------------------------------------------------------------------------------- /OSVML/vml_road_tunnel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_road_tunnel.qml -------------------------------------------------------------------------------- /OSVML/vml_roadname_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_roadname_text.qml -------------------------------------------------------------------------------- /OSVML/vml_roadnumber_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_roadnumber_text.qml -------------------------------------------------------------------------------- /OSVML/vml_rural_general_line.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_rural_general_line.qml -------------------------------------------------------------------------------- /OSVML/vml_small_name_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_small_name_text.qml -------------------------------------------------------------------------------- /OSVML/vml_urban_extent.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_urban_extent.qml -------------------------------------------------------------------------------- /OSVML/vml_urban_general_line.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_urban_general_line.qml -------------------------------------------------------------------------------- /OSVML/vml_vegetation_area.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_vegetation_area.qml -------------------------------------------------------------------------------- /OSVML/vml_water_area.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_water_area.qml -------------------------------------------------------------------------------- /OSVML/vml_water_line.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_water_line.qml -------------------------------------------------------------------------------- /OSVML/vml_water_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML/vml_water_text.qml -------------------------------------------------------------------------------- /OSVML_Bruised/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/README.md -------------------------------------------------------------------------------- /OSVML_Bruised/vml_a_roads_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_a_roads_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_admin_line_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_admin_line_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_alleyway_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_alleyway_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_b_roads_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_b_roads_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_bnd_text_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_bnd_text_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_building_area_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_building_area_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_building_line_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_building_line_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_building_text_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_building_text_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_carto_road_text_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_carto_road_text_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_contour_line_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_contour_line_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_contour_text_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_contour_text_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_major_name_text_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_major_name_text_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_med_name_text_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_med_name_text_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_minor_roads_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_minor_roads_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_misc_text_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_misc_text_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_motorways_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_motorways_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_private_roads_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_private_roads_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_railway_line_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_railway_line_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_road_casing_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_road_casing_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_road_tunnel_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_road_tunnel_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_roadname_text_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_roadname_text_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_roadnumber_text_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_roadnumber_text_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_small_name_text_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_small_name_text_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_urban_extent_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_urban_extent_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_veg_area_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_veg_area_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_water_extent_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_water_extent_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_water_line_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_water_line_bruised.qml -------------------------------------------------------------------------------- /OSVML_Bruised/vml_water_text_bruised.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OSVML_Bruised/vml_water_text_bruised.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_adminline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_adminline_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_aroad_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_aroad_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_broad_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_broad_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_coastline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_coastline_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_county_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_county_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_district_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_district_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_dlua_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_dlua_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_junctiontext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_junctiontext_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_minorroad_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_minorroad_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_motorway_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_motorway_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_railline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_railline_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_river_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_river_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_roadnode_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_roadnode_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_roundabout_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_roundabout_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_settlement_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_settlement_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_station_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_station_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_text_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_text_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_water_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_water_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/os_meridian2_woodland_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/os_meridian2_woodland_gs.qml -------------------------------------------------------------------------------- /OS_Meridian2/Greyscale/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/Greyscale/readme.md -------------------------------------------------------------------------------- /OS_Meridian2/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Meridian2/readme.md -------------------------------------------------------------------------------- /OS_OpenMap/BrinjalBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/BrinjalBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/BrinjalImportantBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/BrinjalImportantBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/BrinjalLand.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/BrinjalLand.qml -------------------------------------------------------------------------------- /OS_OpenMap/BrinjalRoadCasing.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/BrinjalRoadCasing.qml -------------------------------------------------------------------------------- /OS_OpenMap/BrinjalSurfaceWaterArea.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/BrinjalSurfaceWaterArea.qml -------------------------------------------------------------------------------- /OS_OpenMap/BrinjalTidalWater.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/BrinjalTidalWater.qml -------------------------------------------------------------------------------- /OS_OpenMap/BrinjalWoodland.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/BrinjalWoodland.qml -------------------------------------------------------------------------------- /OS_OpenMap/CamperBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CamperBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/CamperFunctionalSite.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CamperFunctionalSite.qml -------------------------------------------------------------------------------- /OS_OpenMap/CamperImportantBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CamperImportantBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/CamperNamedPlace.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CamperNamedPlace.qml -------------------------------------------------------------------------------- /OS_OpenMap/CamperRailwayStation.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CamperRailwayStation.qml -------------------------------------------------------------------------------- /OS_OpenMap/CamperRoadFill.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CamperRoadFill.qml -------------------------------------------------------------------------------- /OS_OpenMap/CamperSurfaceWaterArea.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CamperSurfaceWaterArea.qml -------------------------------------------------------------------------------- /OS_OpenMap/CamperTidalWater.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CamperTidalWater.qml -------------------------------------------------------------------------------- /OS_OpenMap/CamperWoodland.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CamperWoodland.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispForeshore.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispForeshore.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispFunctionalSite.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispFunctionalSite.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispImportantBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispImportantBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispNamedPlace.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispNamedPlace.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispRailwayStation.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispRailwayStation.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispRailwayTrack.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispRailwayTrack.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispRailwayTunnel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispRailwayTunnel.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispRoadCasing.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispRoadCasing.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispRoadFill.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispRoadFill.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispRoadTunnel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispRoadTunnel.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispSurfaceWaterArea.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispSurfaceWaterArea.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispSurfaceWaterLine.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispSurfaceWaterLine.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispTidalBoundary.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispTidalBoundary.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispTidalWater.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispTidalWater.qml -------------------------------------------------------------------------------- /OS_OpenMap/CrispWoodland.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/CrispWoodland.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCForeshore.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCForeshore.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCFunctionalSite.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCFunctionalSite.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCGlasshouse.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCGlasshouse.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCImportantBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCImportantBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCNamedPlace.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCNamedPlace.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCRailwayStation.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCRailwayStation.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCRailwayTrack.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCRailwayTrack.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCRailwayTunnel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCRailwayTunnel.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCRoadCasing.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCRoadCasing.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCRoadFill.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCRoadFill.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCRoadTunnel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCRoadTunnel.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCSurfaceWaterArea.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCSurfaceWaterArea.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCSurfaceWaterLine.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCSurfaceWaterLine.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCTidalBoundary.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCTidalBoundary.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCTidalWater.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCTidalWater.qml -------------------------------------------------------------------------------- /OS_OpenMap/MCWoodland.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/MCWoodland.qml -------------------------------------------------------------------------------- /OS_OpenMap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/README.md -------------------------------------------------------------------------------- /OS_OpenMap/SpringBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringETL.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringETL.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringForeshore.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringForeshore.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringFunctionalSite.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringFunctionalSite.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringImportantBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringImportantBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringNamedPlace.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringNamedPlace.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringRailwayStation.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringRailwayStation.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringRailwayTrack.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringRailwayTrack.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringRailwayTunnel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringRailwayTunnel.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringRoadCasing.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringRoadCasing.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringRoadFill.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringRoadFill.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringRoadTunnel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringRoadTunnel.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringSurfaceWaterArea.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringSurfaceWaterArea.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringSurfaceWaterLine.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringSurfaceWaterLine.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringTidalBoundary.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringTidalBoundary.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringTidalWater.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringTidalWater.qml -------------------------------------------------------------------------------- /OS_OpenMap/SpringWoodland.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/SpringWoodland.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerForeshore.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerForeshore.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerGlasshouse.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerGlasshouse.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerImportantBuilding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerImportantBuilding.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerNamedPlace.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerNamedPlace.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerRailwayTrack.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerRailwayTrack.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerRailwayTunnel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerRailwayTunnel.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerRoadCasing.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerRoadCasing.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerRoadFill.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerRoadFill.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerRoadTunnel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerRoadTunnel.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerTidalBoundary.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerTidalBoundary.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerTidalWater.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerTidalWater.qml -------------------------------------------------------------------------------- /OS_OpenMap/TonerWoodland.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/TonerWoodland.qml -------------------------------------------------------------------------------- /OS_OpenMap/images/brinjal-openmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/images/brinjal-openmap.jpg -------------------------------------------------------------------------------- /OS_OpenMap/images/camper-openmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/images/camper-openmap.jpg -------------------------------------------------------------------------------- /OS_OpenMap/images/crisp-openmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/images/crisp-openmap.jpg -------------------------------------------------------------------------------- /OS_OpenMap/images/midnightcommander-openmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/images/midnightcommander-openmap.jpg -------------------------------------------------------------------------------- /OS_OpenMap/images/space-openmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/images/space-openmap.jpg -------------------------------------------------------------------------------- /OS_OpenMap/images/spring-openmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/images/spring-openmap.jpg -------------------------------------------------------------------------------- /OS_OpenMap/images/toner-openmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_OpenMap/images/toner-openmap.jpg -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_adminline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_adminline_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_adminseed_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_adminseed_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_antiquity_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_antiquity_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_aroad_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_aroad_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_broad_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_broad_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_coastline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_coastline_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_ferrybox_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_ferrybox_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_ferryline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_ferryline_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_foreshore_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_foreshore_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_gridlines_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_gridlines_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_landuseseed_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_landuseseed_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_landusesymbol_gs.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_landusesymbol_gs.aml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_minorroad_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_minorroad_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_motorway_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_motorway_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_nationalparks_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_nationalparks_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_primaryroad_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_primaryroad_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_railpoint_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_railpoint_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_railwayline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_railwayline_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_rivers_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_rivers_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_roadpoint_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_roadpoint_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_settlementseed_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_settlementseed_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_spotheight_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_spotheight_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_transporttext_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_transporttext_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_urban_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_urban_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_water_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_water_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/os_strategi_woodland_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/os_strategi_woodland_gs.qml -------------------------------------------------------------------------------- /OS_Strategi/Greyscale/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/Greyscale/readme.md -------------------------------------------------------------------------------- /OS_Strategi/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/readme.md -------------------------------------------------------------------------------- /OS_Strategi/strategi_area.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/strategi_area.qml -------------------------------------------------------------------------------- /OS_Strategi/strategi_line.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/strategi_line.qml -------------------------------------------------------------------------------- /OS_Strategi/strategi_point.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/strategi_point.qml -------------------------------------------------------------------------------- /OS_Strategi/strategi_text.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/OS_Strategi/strategi_text.qml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/README.md -------------------------------------------------------------------------------- /Terrain50/T50_contourline_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/Terrain50/T50_contourline_gs.qml -------------------------------------------------------------------------------- /Terrain50/T50_meanhighlowwater_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/Terrain50/T50_meanhighlowwater_gs.qml -------------------------------------------------------------------------------- /Terrain50/T50_spotheight_gs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/Terrain50/T50_spotheight_gs.qml -------------------------------------------------------------------------------- /screenshots/os_mastermap_greyscale_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/os_mastermap_greyscale_50.png -------------------------------------------------------------------------------- /screenshots/os_mastermap_greyscale_light_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/os_mastermap_greyscale_light_25.png -------------------------------------------------------------------------------- /screenshots/os_mastermap_greyscale_light_notext_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/os_mastermap_greyscale_light_notext_25.png -------------------------------------------------------------------------------- /screenshots/os_meridian2_greyscale_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/os_meridian2_greyscale_50.png -------------------------------------------------------------------------------- /screenshots/os_strategi_greyscale_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/os_strategi_greyscale_50.png -------------------------------------------------------------------------------- /screenshots/os_strategi_greyscale_settlements_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/os_strategi_greyscale_settlements_50.png -------------------------------------------------------------------------------- /screenshots/os_vmd_greyscale_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/os_vmd_greyscale_50.png -------------------------------------------------------------------------------- /screenshots/os_vmd_toner_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/os_vmd_toner_50.png -------------------------------------------------------------------------------- /screenshots/os_vml_greyscale_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/os_vml_greyscale_50.png -------------------------------------------------------------------------------- /screenshots/vml_bruised_10000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/vml_bruised_10000.png -------------------------------------------------------------------------------- /screenshots/vml_bruised_2500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/vml_bruised_2500.png -------------------------------------------------------------------------------- /screenshots/vml_bruised_5000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/vml_bruised_5000.png -------------------------------------------------------------------------------- /screenshots/vml_bruised_7500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/vml_bruised_7500.png -------------------------------------------------------------------------------- /screenshots/vml_os_10000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/vml_os_10000.jpg -------------------------------------------------------------------------------- /screenshots/vml_os_3000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/vml_os_3000.jpg -------------------------------------------------------------------------------- /screenshots/vml_os_6000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixedbredie/QGIS-styles/HEAD/screenshots/vml_os_6000.jpg --------------------------------------------------------------------------------