| | 1 | [[TranslatedPages(revision=7)]] |
| | 2 | [[PageOutline(2-10,Enhavotabelo)]] |
| | 3 | |
| | 4 | = Koloraj konstruaĵoj = |
| | 5 | |
| | 6 | == Klasifiko de konstruaĵoj == |
| | 7 | |
| | 8 | Aparta: building=detached[[BR]] |
| | 9 | Teraĉa: building=terrace[[BR]] |
| | 10 | Apartamentoj: building=apartments[[BR]] |
| | 11 | Garaĝo(j): building=garage(s)[[BR]] |
| | 12 | |
| | 13 | ''tro ĝenerala, prefere uzu la suprajn valorojn''[[BR]] |
| | 14 | Domo: building=house[[BR]] |
| | 15 | Loĝeja: building=residential[[BR]] |
| | 16 | |
| | 17 | Hotelo: building=hotel[[BR]] |
| | 18 | Preĝejo: building=church, building=cathedral[[BR]] |
| | 19 | Vendado: building=retail[[BR]] |
| | 20 | Malsanulejo: building=hospital[[BR]] |
| | 21 | Komerca: building=commercial[[BR]] |
| | 22 | Industria: building=industrial[[BR]] |
| | 23 | |
| | 24 | Lernejo (nur konstruaĵo): building=school[[BR]] |
| | 25 | Lerneja areo: amenity=school[[BR]] |
| | 26 | Universitato: building=university[[BR]] |
| | 27 | Civita: building=civic[[BR]] |
| | 28 | Dormejo: building=dormitory[[BR]] |
| | 29 | |
| | 30 | [osmwiki:Key:amenity amenity] kun la valoro de amenity[[BR]] |
| | 31 | |
| | 32 | [osmwiki:Key:shop shop] kun la valoro de shop[[BR]] |
| | 33 | |
| | 34 | [osmwiki:Office office] kun la valoro de office[[BR]] |
| | 35 | |
| | 36 | [osmwiki:Key:building Wiki:building][[BR]] |
| | 37 | |
| | 38 | == Kodo == |
| | 39 | {{{ |
| | 40 | #!style type="mapcss" |
| | 41 | |
| | 42 | meta |
| | 43 | { |
| | 44 | title: "Koloraj Konstruaĵoj.uk"; |
| | 45 | author: "darkonus"; |
| | 46 | version: "0.1_[[revision]]_[[date]]"; |
| | 47 | description: "Stilo por klasifiki konstruaĵojn. Traduko de la stilo geozeisig"; |
| | 48 | link: "https://josm.openstreetmap.de/wiki/Styles/Coloured_buildings_uk"; |
| | 49 | } |
| | 50 | meta[lang=uk] |
| | 51 | { |
| | 52 | title: "Koloraj Konstruaĵoj.uk"; |
| | 53 | description: "Stilo por klasifiki konstruaĵojn. Traduko de la stilo geozeisig"; |
| | 54 | link: "https://josm.openstreetmap.de/wiki/De:Styles/Coloured_buildings"; |
| | 55 | } |
| | 56 | area[building=residential], area[building:part=residential] |
| | 57 | { |
| | 58 | text: eval("Loĝeja konstruaĵo"); |
| | 59 | text-color: black; |
| | 60 | font-size: 9; |
| | 61 | z-index: 1; |
| | 62 | color: #FFFFFF; |
| | 63 | fill-color: #FFFFFF; |
| | 64 | width: 3; |
| | 65 | dashes: 10,2; |
| | 66 | } |
| | 67 | |
| | 68 | area[building=house], area[building:part=house] |
| | 69 | { |
| | 70 | text: eval("Domo"); |
| | 71 | text-color: black; |
| | 72 | font-size: 9; |
| | 73 | z-index: 1; |
| | 74 | color: #FFF88B; |
| | 75 | fill-color: #FFF88B; |
| | 76 | width: 3; |
| | 77 | dashes: 10,2; |
| | 78 | } |
| | 79 | |
| | 80 | area[building=detached], area[building:part=detached] |
| | 81 | { |
| | 82 | text: eval("Unufamilia domo"); |
| | 83 | text-color: black; |
| | 84 | font-size: 9; |
| | 85 | z-index: 1; |
| | 86 | color: #FFFD36; |
| | 87 | fill-color: #FFFD36; |
| | 88 | width: 3; |
| | 89 | } |
| | 90 | area[building=semidetached_house], area[building:part=semidetached_house] |
| | 91 | { |
| | 92 | text: eval("Dufamilia domo"); |
| | 93 | text-color: black; |
| | 94 | font-size: 9; |
| | 95 | z-index: 1; |
| | 96 | color: #FFFC00; |
| | 97 | fill-color: #FFFC00; |
| | 98 | width: 3; |
| | 99 | } |
| | 100 | area[building=terrace], area[building:part=terrace] |
| | 101 | { |
| | 102 | text: eval("Vico da domoj"); |
| | 103 | text-color: black; |
| | 104 | font-size: 9; |
| | 105 | z-index: 1; |
| | 106 | color: #FFFC00; |
| | 107 | fill-color: #FFFC00; |
| | 108 | width: 3; |
| | 109 | } |
| | 110 | area[building=apartments], area[building:part=apartments] |
| | 111 | { |
| | 112 | text: eval("Apartamenta domo"); |
| | 113 | text-color: black; |
| | 114 | font-size: 9; |
| | 115 | z-index: 1; |
| | 116 | color: #FF9E00; |
| | 117 | fill-color: #FF9E00; |
| | 118 | width: 3; |
| | 119 | } |
| | 120 | area[building=garage], area[building:part=garage] |
| | 121 | { |
| | 122 | text: eval("Garaĝo"); |
| | 123 | text-color: black; |
| | 124 | font-size: 9; |
| | 125 | z-index: 1; |
| | 126 | color: #A37237; |
| | 127 | fill-color: #A37237; |
| | 128 | width: 3; |
| | 129 | } |
| | 130 | area[building=garages], area[building:part=garages] |
| | 131 | { |
| | 132 | text: eval("Garaĝoj"); |
| | 133 | text-color: black; |
| | 134 | font-size: 9; |
| | 135 | z-index: 1; |
| | 136 | color: #A37237; |
| | 137 | fill-color: #A37237; |
| | 138 | width: 3; |
| | 139 | } |
| | 140 | |
| | 141 | area[building=parking], area[building:part=parking] |
| | 142 | { |
| | 143 | text: eval("Parkeja konstruaĵo"); |
| | 144 | text-color: black; |
| | 145 | font-size: 9; |
| | 146 | z-index: 1; |
| | 147 | color: #A37237; |
| | 148 | fill-color: #A37237; |
| | 149 | width: 3; |
| | 150 | } |
| | 151 | area[building=hotel], area[building:part=hotel] |
| | 152 | { |
| | 153 | text: eval("Hotelo"); |
| | 154 | text-color: black; |
| | 155 | font-size: 9; |
| | 156 | z-index: 1; |
| | 157 | color: #F26100; |
| | 158 | fill-color: #F26100; |
| | 159 | width: 3; |
| | 160 | } |
| | 161 | |
| | 162 | area[building=commercial], area[building:part=commercial] |
| | 163 | { |
| | 164 | text: eval("Komerca"); |
| | 165 | text-color: black; |
| | 166 | font-size: 9; |
| | 167 | z-index: 1; |
| | 168 | color: #D76EFF; |
| | 169 | fill-color: #D76EFF; |
| | 170 | width: 3; |
| | 171 | } |
| | 172 | area[building=warehouse], area[building:part=warehouse] |
| | 173 | { |
| | 174 | text: eval("Magazeno"); |
| | 175 | text-color: black; |
| | 176 | font-size: 9; |
| | 177 | z-index: 1; |
| | 178 | color: #D76EFF; |
| | 179 | fill-color: #D76EFF; |
| | 180 | width: 3; |
| | 181 | } |
| | 182 | area[building=toilets], area[building:part=toilets] |
| | 183 | { |
| | 184 | text: eval("Necesejo"); |
| | 185 | text-color: black; |
| | 186 | font-size: 9; |
| | 187 | z-index: 1; |
| | 188 | color: #D76EFF; |
| | 189 | fill-color: #D76EFF; |
| | 190 | width: 3; |
| | 191 | } |
| | 192 | area[building=service], area[building:part=service] |
| | 193 | { |
| | 194 | text: eval("Serva"); |
| | 195 | text-color: black; |
| | 196 | font-size: 9; |
| | 197 | z-index: 1; |
| | 198 | color: #D76EFF; |
| | 199 | fill-color: #D76EFF; |
| | 200 | width: 3; |
| | 201 | } |
| | 202 | area[building=industrial], area[building:part=industrial] |
| | 203 | { |
| | 204 | text: eval("Industria"); |
| | 205 | text-color: black; |
| | 206 | font-size: 9; |
| | 207 | z-index: 1; |
| | 208 | color: #C224FF; |
| | 209 | fill-color: #C224FF; |
| | 210 | width: 3; |
| | 211 | } |
| | 212 | |
| | 213 | area[building=church], area[building:part=church] |
| | 214 | { |
| | 215 | text: eval("Preĝejo"); |
| | 216 | text-color: black; |
| | 217 | font-size: 9; |
| | 218 | z-index: 1; |
| | 219 | color: #9224FF; |
| | 220 | fill-color: #9224FF; |
| | 221 | width: 3; |
| | 222 | } |
| | 223 | area[building=chapel], area[building:part=chapel] |
| | 224 | { |
| | 225 | text: eval("Kapelo"); |
| | 226 | text-color: black; |
| | 227 | font-size: 9; |
| | 228 | z-index: 1; |
| | 229 | color: #9224FF; |
| | 230 | fill-color: #9224FF; |
| | 231 | width: 3; |
| | 232 | } |
| | 233 | area[building=mosque], area[building:part=mosque] |
| | 234 | { |
| | 235 | text: eval("Moskeo"); |
| | 236 | text-color: black; |
| | 237 | font-size: 9; |
| | 238 | z-index: 1; |
| | 239 | color: #9224FF; |
| | 240 | fill-color: #9224FF; |
| | 241 | width: 3; |
| | 242 | } |
| | 243 | area[building=synagogue], area[building:part=synagogue] |
| | 244 | { |
| | 245 | text: eval("Sinagogo"); |
| | 246 | text-color: black; |
| | 247 | font-size: 9; |
| | 248 | z-index: 1; |
| | 249 | color: #9224FF; |
| | 250 | fill-color: #9224FF; |
| | 251 | width: 3; |
| | 252 | } |
| | 253 | area[building=temple], area[building:part=temple] |
| | 254 | { |
| | 255 | text: eval("Templo"); |
| | 256 | text-color: black; |
| | 257 | font-size: 9; |
| | 258 | z-index: 1; |
| | 259 | color: #9224FF; |
| | 260 | fill-color: #9224FF; |
| | 261 | width: 3; |
| | 262 | } |
| | 263 | area[building=cathedral], area[building:part=cathedral] |
| | 264 | { |
| | 265 | text: eval("Katedralo"); |
| | 266 | text-color: black; |
| | 267 | font-size: 9; |
| | 268 | z-index: 1; |
| | 269 | color: #7D1DDD; |
| | 270 | fill-color: #7D1DDD; |
| | 271 | width: 3; |
| | 272 | } |
| | 273 | |
| | 274 | area[building=retail], area[building:part=retail] |
| | 275 | { |
| | 276 | text: eval("Vendado"); |
| | 277 | text-color: black; |
| | 278 | font-size: 9; |
| | 279 | z-index: 1; |
| | 280 | color: #A5FC4E; |
| | 281 | fill-color: #A5FC4E; |
| | 282 | width: 3; |
| | 283 | } |
| | 284 | |
| | 285 | area[building=supermarket], area[building:part=supermarket] |
| | 286 | { |
| | 287 | text: eval("Supermarkedo"); |
| | 288 | text-color: black; |
| | 289 | font-size: 9; |
| | 290 | z-index: 1; |
| | 291 | color: #A5FC4E; |
| | 292 | fill-color: #A5FC4E; |
| | 293 | width: 3; |
| | 294 | } |
| | 295 | area[building=kiosk], area[building:part=kiosk] |
| | 296 | { |
| | 297 | text: eval("Kiosko"); |
| | 298 | text-color: black; |
| | 299 | font-size: 9; |
| | 300 | z-index: 1; |
| | 301 | color: #A5FC4E; |
| | 302 | fill-color: #A5FC4E; |
| | 303 | width: 3; |
| | 304 | } |
| | 305 | |
| | 306 | area[building=roof], area[building:part=roof] |
| | 307 | { |
| | 308 | text: eval("Tegmento"); |
| | 309 | text-color: black; |
| | 310 | font-size: 9; |
| | 311 | z-index: 1; |
| | 312 | color: #CBA371; |
| | 313 | fill-color: #CBA371; |
| | 314 | width: 3; |
| | 315 | } |
| | 316 | |
| | 317 | area[building=shed], area[building:part=shed] |
| | 318 | { |
| | 319 | text: eval("Budo"); |
| | 320 | text-color: black; |
| | 321 | font-size: 9; |
| | 322 | z-index: 1; |
| | 323 | color: #CBA371; |
| | 324 | fill-color: #CBA371; |
| | 325 | width: 3; |
| | 326 | } |
| | 327 | |
| | 328 | |
| | 329 | area[building=hospital], area[building:part=hospital] |
| | 330 | { |
| | 331 | text: eval("Malsanulejo"); |
| | 332 | text-color: black; |
| | 333 | font-size:10; |
| | 334 | z-index: 1; |
| | 335 | color: #FF5566; |
| | 336 | fill-color: #FF5566; |
| | 337 | width: 3; |
| | 338 | } |
| | 339 | area[building=fire_station], area[building:part=fire_station] |
| | 340 | { |
| | 341 | text: eval("Fajrobrigado"); |
| | 342 | text-color: black; |
| | 343 | font-size:10; |
| | 344 | z-index: 1; |
| | 345 | color: #FF5566; |
| | 346 | fill-color: #FF5566; |
| | 347 | width: 3; |
| | 348 | } |
| | 349 | area[amenity=hospital] |
| | 350 | { |
| | 351 | color: #FF5566; |
| | 352 | width: 3; |
| | 353 | } |
| | 354 | area[building=school], area[building:part=school] |
| | 355 | { |
| | 356 | text: eval("Lernejo"); |
| | 357 | text-color: black; |
| | 358 | font-size: 9; |
| | 359 | z-index: 1; |
| | 360 | color: #884CFF; |
| | 361 | fill-color: #884CFF; |
| | 362 | width: 3; |
| | 363 | } |
| | 364 | area[building=kindergarten], area[building:part=kindergarten] |
| | 365 | { |
| | 366 | text: eval("Infanvartejo"); |
| | 367 | text-color: black; |
| | 368 | font-size: 9; |
| | 369 | z-index: 1; |
| | 370 | color: #884CFF; |
| | 371 | fill-color: #884CFF; |
| | 372 | width: 3; |
| | 373 | } |
| | 374 | area[amenity=school] |
| | 375 | { |
| | 376 | color: #884CFF; |
| | 377 | width: 3; |
| | 378 | } |
| | 379 | area[building=university], area[building:part=university] |
| | 380 | { |
| | 381 | text: eval("Universitato"); |
| | 382 | text-color: black; |
| | 383 | font-size: 9; |
| | 384 | z-index: 1; |
| | 385 | color: #7834FF; |
| | 386 | fill-color: #7834FF; |
| | 387 | width: 2; |
| | 388 | } |
| | 389 | area[amenity=university] |
| | 390 | { |
| | 391 | color: #7834FF; |
| | 392 | width: 3; |
| | 393 | } |
| | 394 | area[building=civic], area[building:part=civic] |
| | 395 | { |
| | 396 | text: eval("Civita"); |
| | 397 | text-color: black; |
| | 398 | font-size: 9; |
| | 399 | z-index: 1; |
| | 400 | color: #FF2238; |
| | 401 | fill-color: #FF2238; |
| | 402 | width: 3; |
| | 403 | dashes: 10,2; |
| | 404 | } |
| | 405 | area[building=train_station], area[building:part=train_station] |
| | 406 | { |
| | 407 | text: eval("Fervoja stacio"); |
| | 408 | text-color: black; |
| | 409 | font-size: 9; |
| | 410 | z-index: 1; |
| | 411 | color: #FF2238; |
| | 412 | fill-color: #FF2238; |
| | 413 | width: 3; |
| | 414 | } |
| | 415 | |
| | 416 | area[building=dormitory], area[building:part=dormitory] |
| | 417 | { |
| | 418 | text: eval("Dormejo"); |
| | 419 | text-color: black; |
| | 420 | font-size: 9; |
| | 421 | z-index: 1; |
| | 422 | color: #F07B2D; |
| | 423 | fill-color: #F07B2D; |
| | 424 | width: 3; |
| | 425 | } |
| | 426 | |
| | 427 | area[building=yes][amenity][building!=church][building!=cathedral], area[building:part=yes][amenity][building:part!=church][building:part!=cathedral] |
| | 428 | { |
| | 429 | text: "amenity"; |
| | 430 | text-color: black; |
| | 431 | dashes: 20,4; |
| | 432 | font-size: 10; |
| | 433 | z-index: 1; |
| | 434 | color: #FF2238; |
| | 435 | fill-color: #FF2238; |
| | 436 | width: 3; |
| | 437 | } |
| | 438 | |
| | 439 | area[building=yes][shop], area[building:part=yes][shop] |
| | 440 | { |
| | 441 | text: "shop"; |
| | 442 | text-color: black; |
| | 443 | dashes: 20,4; |
| | 444 | font-size: 10; |
| | 445 | z-index: 1; |
| | 446 | color: #3E43D2; |
| | 447 | fill-color: #3E43D2; |
| | 448 | width: 3; |
| | 449 | } |
| | 450 | |
| | 451 | area[building=yes][office], area[building:part=yes][office] |
| | 452 | { |
| | 453 | text: "office"; |
| | 454 | text-color: black; |
| | 455 | font-size: 10; |
| | 456 | z-index: 1; |
| | 457 | color: #39D237; |
| | 458 | fill-color: #39D237; |
| | 459 | width: 3; |
| | 460 | dashes: 20,4; |
| | 461 | } |
| | 462 | /* emfazu malĝustajn lernejojn */ |
| | 463 | way[building=yes][amenity=school], way[building:part=yes][amenity=school] |
| | 464 | { |
| | 465 | text: eval("marku lernejon"); |
| | 466 | font-size: 12; |
| | 467 | z-index: 1; |
| | 468 | color: red; |
| | 469 | width: 5; |
| | 470 | dashes: 20,4; |
| | 471 | dashes-background-color: #FFFF00; |
| | 472 | } |
| | 473 | /* emfazu malĝustajn infanvartejojn */ |
| | 474 | way[building=yes][amenity=kindergarten], way[building:part=yes][amenity=kindergarten] |
| | 475 | { |
| | 476 | text: eval("marku infanvartejon"); |
| | 477 | font-size: 12; |
| | 478 | z-index: 1; |
| | 479 | color: red; |
| | 480 | width: 5; |
| | 481 | dashes: 20,4; |
| | 482 | dashes-background-color: #FFFF00; |
| | 483 | } |
| | 484 | |
| | 485 | /* emfazu malĝustajn preĝejojn */ |
| | 486 | way[building=yes][amenity=place_of_worship], way[building:part=yes][amenity=place_of_worship] |
| | 487 | { |
| | 488 | text: eval("marku preĝejon"); |
| | 489 | font-size: 12; |
| | 490 | z-index: 1; |
| | 491 | color: red; |
| | 492 | width: 5; |
| | 493 | dashes: 20,4; |
| | 494 | dashes-background-color: #FFFF00; |
| | 495 | } |
| | 496 | }}} |