Changes between Version 5 and Version 6 of MapGuideRfc134
- Timestamp:
- 05/17/13 08:14:47 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc134
v5 v6 107 107 /// \param sessionId (String/string) 108 108 /// The session ID 109 /// \param iconFormat (String/string) 110 /// The desired image format for icons (from MgImageFormats) 109 111 /// \param iconWidth (int) 110 112 /// The width of each individual inline legend icons. Has no effect if icons was not requested in the response. … … 126 128 /// Returns an XML-based description of the runtime map 127 129 /// 130 /// \exception MgInvalidArgumentException 131 /// \exception MgNullArgumentException 132 /// 128 133 virtual MgByteReader* CreateRuntimeMap(MgResourceIdentifier* mapDefinition, 129 134 CREFSTRING targetMapName, 130 135 CREFSTRING sessionId, 136 CREFSTRING iconFormat, 131 137 INT32 iconWidth, 132 138 INT32 iconHeight, … … 153 159 ||REQUESTEDFEATURES||A bitmask specifying what pieces of information to includein the CREATERUNTIMEMAP response||No|| 154 160 ||ICONSPERSCALERANGE||The number of icons to render inline (as base64 images) per scale range in each layer of the map||No|| 161 ||ICONFORMAT||The icon image format (default: PNG)||No|| 155 162 ||ICONWIDTH||The width of each inline icon that will be rendered (default: 16)||No|| 156 163 ||ICONHEIGHT||The height of each inline icon that will be rendered (default: 16)||No|| … … 163 170 The ICONSPERSCALERANGE parameter is used to apply "theme compression". If a given layer contains a scale range whose number of rules exceeds the given number, only the first and last rule items will have icons rendered inline, with the assumption that a client-application will "compress" the remaining rules when displaying in an interactive legend control. This is what the AJAX and Fusion viewers both currently do. If this parameter is not specified, and the REQUESTEDFEATURES include a request for icons (2), then a default value of 25 will be used (same value we currently use for LoadMap.php and LoadScaleRanges.php for Fusion). 164 171 165 Inline icons are rendered as base64 strings. With an associated mime type included , allowing for browsers to construct the relevant data URIs client-side. Non-browser clients can use themime type to determine how the base64 content should be read into an image.166 167 The REQUESTDFEATURES parameter allows for scalable CREATERUNTIMEMAP responses depending on the needs of the client application. As part of this RFC, Fusion will use CREATERUNTIMEMAP for its map initialization if it determined that the server support is there, allowing it to bypass the asynchronous call chain to LoadMap.php and LoadScaleRanges.php172 Inline icons are rendered as base64 strings. With an associated mime type included in the top-level IconMimeType element, allowing for browsers to construct the relevant data URIs client-side. Non-browser clients can use this mime type to determine how the base64 content should be read into an image. 173 174 The REQUESTDFEATURES parameter allows for scalable CREATERUNTIMEMAP responses depending on the needs of the client application. 168 175 169 176 JSON output format is supported, and provides the same benefits as other operations that support JSON output. 177 178 As part of this RFC, Fusion will be modified use CREATERUNTIMEMAP for its map initialization if it determined that the server support is there, allowing it to bypass the asynchronous call chain to LoadMap.php and LoadScaleRanges.php. Based on tests against various maps of various sizes, CREATERUNTIMEMAP beats the LoadMap.php/LoadScaleRanges.php combination in both response size and time/latency, with only small additional client-side overhead in re-shaping the CREATERUNTIMEMAP response to suit the existing Fusion map initialization code. 170 179 171 180 Some example responses below (all using the Sheboygan Map Definition): … … 177 186 <RuntimeMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="RuntimeMap-2.6.0.xsd"> 178 187 <SiteVersion>2.6.0.0</SiteVersion> 179 <SessionId> d034be04-bcb0-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId>188 <SessionId>82a71582-befa-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId> 180 189 <Name>Sheboygan</Name> 181 190 <MapDefinition>Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition</MapDefinition> 182 <BackgroundColor> FFCDBD9C</BackgroundColor>191 <BackgroundColor>ffcdbd9c</BackgroundColor> 183 192 <CoordinateSystem> 184 193 <Wkt>GEOGCS["WGS84 Lat/Long's, Degrees, -180 ==> +180",DATUM["D_WGS_1984",SPHEROID["World_Geodetic_System_of_1984",6378137,298.257222932867]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]</Wkt> … … 205 214 <RuntimeMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="RuntimeMap-2.6.0.xsd"> 206 215 <SiteVersion>2.6.0.0</SiteVersion> 207 <SessionId> 33cdf566-bcb1-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId>216 <SessionId>952e3ea6-befa-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId> 208 217 <Name>Sheboygan</Name> 209 218 <MapDefinition>Library://Samples/Sheboygan/MapsTiled/Sheboygan.MapDefinition</MapDefinition> … … 247 256 <RuntimeMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="RuntimeMap-2.6.0.xsd"> 248 257 <SiteVersion>2.6.0.0</SiteVersion> 249 <SessionId>7 c06dec4-bcb1-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId>258 <SessionId>7fdaa490-befa-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId> 250 259 <Name>Sheboygan</Name> 251 260 <MapDefinition>Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition</MapDefinition> 252 <BackgroundColor> FFCDBD9C</BackgroundColor>261 <BackgroundColor>ffcdbd9c</BackgroundColor> 253 262 <CoordinateSystem> 254 263 <Wkt>GEOGCS["WGS84 Lat/Long's, Degrees, -180 ==> +180",DATUM["D_WGS_1984",SPHEROID["World_Geodetic_System_of_1984",6378137,298.257222932867]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]</Wkt> … … 271 280 <Type>1</Type> 272 281 <LegendLabel>Base Map</LegendLabel> 273 <ObjectId>7 c0aaf5e-bcb1-11e2-8000-080027004461</ObjectId>282 <ObjectId>7fdeea64-befa-11e2-8000-080027004461</ObjectId> 274 283 <DisplayInLegend>true</DisplayInLegend> 275 284 <ExpandInLegend>true</ExpandInLegend> … … 281 290 <Type>1</Type> 282 291 <LegendLabel>Municipal</LegendLabel> 283 <ObjectId>7 c0aaf5e-bcb1-11e2-8001-080027004461</ObjectId>292 <ObjectId>7fdeea64-befa-11e2-8001-080027004461</ObjectId> 284 293 <DisplayInLegend>true</DisplayInLegend> 285 294 <ExpandInLegend>true</ExpandInLegend> … … 291 300 <Type>1</Type> 292 301 <LegendLabel>Transportation</LegendLabel> 293 <ObjectId>7 c0aaf5e-bcb1-11e2-8002-080027004461</ObjectId>302 <ObjectId>7fdeea64-befa-11e2-8002-080027004461</ObjectId> 294 303 <DisplayInLegend>true</DisplayInLegend> 295 304 <ExpandInLegend>true</ExpandInLegend> … … 298 307 </Group> 299 308 <Layer> 300 <Type>1</Type> 309 <Name>Roads</Name> 310 <Type>1</Type> 311 <LegendLabel>Roads</LegendLabel> 312 <ObjectId>7fdeea64-befa-11e2-8003-080027004461</ObjectId> 313 <ParentId>7fdeea64-befa-11e2-8002-080027004461</ParentId> 314 <Selectable>false</Selectable> 315 <DisplayInLegend>true</DisplayInLegend> 316 <ExpandInLegend>true</ExpandInLegend> 317 <Visible>true</Visible> 318 <ActuallyVisible>true</ActuallyVisible> 301 319 <LayerDefinition>Library://Samples/Sheboygan/Layers/Roads.LayerDefinition</LayerDefinition> 302 <Name>Roads</Name>303 <LegendLabel>Roads</LegendLabel>304 <ObjectId>7c0ad66e-bcb1-11e2-8000-080027004461</ObjectId>305 <ParentId>7c0aaf5e-bcb1-11e2-8002-080027004461</ParentId>306 <Selectable>false</Selectable>307 <DisplayInLegend>true</DisplayInLegend>308 <ExpandInLegend>true</ExpandInLegend>309 <Visible>true</Visible>310 <ActuallyVisible>true</ActuallyVisible>311 320 <ScaleRange/> 312 321 </Layer> 313 322 <Layer> 314 <Type>1</Type>315 <LayerDefinition>Library://Samples/Sheboygan/Layers/Tracks.LayerDefinition</LayerDefinition>316 323 <Name>Rail Lines</Name> 324 <Type>1</Type> 317 325 <LegendLabel>Rail Lines</LegendLabel> 318 <ObjectId>7 c0ad66e-bcb1-11e2-8001-080027004461</ObjectId>319 <ParentId>7 c0aaf5e-bcb1-11e2-8002-080027004461</ParentId>326 <ObjectId>7fdf1174-befa-11e2-8000-080027004461</ObjectId> 327 <ParentId>7fdeea64-befa-11e2-8002-080027004461</ParentId> 320 328 <Selectable>false</Selectable> 321 329 <DisplayInLegend>true</DisplayInLegend> … … 323 331 <Visible>false</Visible> 324 332 <ActuallyVisible>false</ActuallyVisible> 333 <LayerDefinition>Library://Samples/Sheboygan/Layers/Tracks.LayerDefinition</LayerDefinition> 325 334 <ScaleRange/> 326 335 </Layer> 327 336 <Layer> 328 <Type>1</Type> 337 <Name>Districts</Name> 338 <Type>1</Type> 339 <LegendLabel>Districts</LegendLabel> 340 <ObjectId>7fdf1174-befa-11e2-8001-080027004461</ObjectId> 341 <ParentId>7fdeea64-befa-11e2-8001-080027004461</ParentId> 342 <Selectable>false</Selectable> 343 <DisplayInLegend>true</DisplayInLegend> 344 <ExpandInLegend>true</ExpandInLegend> 345 <Visible>true</Visible> 346 <ActuallyVisible>false</ActuallyVisible> 329 347 <LayerDefinition>Library://Samples/Sheboygan/Layers/Districts.LayerDefinition</LayerDefinition> 330 <Name>Districts</Name>331 <LegendLabel>Districts</LegendLabel>332 <ObjectId>7c0ad66e-bcb1-11e2-8002-080027004461</ObjectId>333 <ParentId>7c0aaf5e-bcb1-11e2-8001-080027004461</ParentId>334 <Selectable>false</Selectable>335 <DisplayInLegend>true</DisplayInLegend>336 <ExpandInLegend>true</ExpandInLegend>337 <Visible>true</Visible>338 <ActuallyVisible>false</ActuallyVisible>339 348 <ScaleRange/> 340 349 </Layer> 341 350 <Layer> 342 <Type>1</Type> 351 <Name>Buildings</Name> 352 <Type>1</Type> 353 <LegendLabel>Buildings</LegendLabel> 354 <ObjectId>7fdf1174-befa-11e2-8002-080027004461</ObjectId> 355 <ParentId>7fdeea64-befa-11e2-8001-080027004461</ParentId> 356 <Selectable>false</Selectable> 357 <DisplayInLegend>true</DisplayInLegend> 358 <ExpandInLegend>true</ExpandInLegend> 359 <Visible>true</Visible> 360 <ActuallyVisible>true</ActuallyVisible> 343 361 <LayerDefinition>Library://Samples/Sheboygan/Layers/Buildings.LayerDefinition</LayerDefinition> 344 <Name>Buildings</Name>345 <LegendLabel>Buildings</LegendLabel>346 <ObjectId>7c0ad66e-bcb1-11e2-8003-080027004461</ObjectId>347 <ParentId>7c0aaf5e-bcb1-11e2-8001-080027004461</ParentId>348 <Selectable>false</Selectable>349 <DisplayInLegend>true</DisplayInLegend>350 <ExpandInLegend>true</ExpandInLegend>351 <Visible>true</Visible>352 <ActuallyVisible>true</ActuallyVisible>353 362 <ScaleRange/> 354 363 </Layer> 355 364 <Layer> 356 <Type>1</Type> 365 <Name>Parcels</Name> 366 <Type>1</Type> 367 <LegendLabel>Parcels</LegendLabel> 368 <ObjectId>7fdf1174-befa-11e2-8003-080027004461</ObjectId> 369 <ParentId>7fdeea64-befa-11e2-8001-080027004461</ParentId> 370 <Selectable>true</Selectable> 371 <DisplayInLegend>true</DisplayInLegend> 372 <ExpandInLegend>true</ExpandInLegend> 373 <Visible>true</Visible> 374 <ActuallyVisible>true</ActuallyVisible> 357 375 <LayerDefinition>Library://Samples/Sheboygan/Layers/Parcels.LayerDefinition</LayerDefinition> 358 <Name>Parcels</Name>359 <LegendLabel>Parcels</LegendLabel>360 <ObjectId>7c0ad66e-bcb1-11e2-8004-080027004461</ObjectId>361 <ParentId>7c0aaf5e-bcb1-11e2-8001-080027004461</ParentId>362 <Selectable>true</Selectable>363 <DisplayInLegend>true</DisplayInLegend>364 <ExpandInLegend>true</ExpandInLegend>365 <Visible>true</Visible>366 <ActuallyVisible>true</ActuallyVisible>367 376 <ScaleRange/> 368 377 </Layer> 369 378 <Layer> 370 <Type>1</Type> 379 <Name>Islands</Name> 380 <Type>1</Type> 381 <LegendLabel>Islands</LegendLabel> 382 <ObjectId>7fdf1174-befa-11e2-8004-080027004461</ObjectId> 383 <ParentId>7fdeea64-befa-11e2-8000-080027004461</ParentId> 384 <Selectable>false</Selectable> 385 <DisplayInLegend>true</DisplayInLegend> 386 <ExpandInLegend>true</ExpandInLegend> 387 <Visible>true</Visible> 388 <ActuallyVisible>true</ActuallyVisible> 371 389 <LayerDefinition>Library://Samples/Sheboygan/Layers/Islands.LayerDefinition</LayerDefinition> 372 <Name>Islands</Name>373 <LegendLabel>Islands</LegendLabel>374 <ObjectId>7c0afd7e-bcb1-11e2-8000-080027004461</ObjectId>375 <ParentId>7c0aaf5e-bcb1-11e2-8000-080027004461</ParentId>376 <Selectable>false</Selectable>377 <DisplayInLegend>true</DisplayInLegend>378 <ExpandInLegend>true</ExpandInLegend>379 <Visible>true</Visible>380 <ActuallyVisible>true</ActuallyVisible>381 390 <ScaleRange/> 382 391 </Layer> 383 392 <Layer> 384 <Type>1</Type> 393 <Name>Hydrography</Name> 394 <Type>1</Type> 395 <LegendLabel>Hydrography</LegendLabel> 396 <ObjectId>7fdf1174-befa-11e2-8005-080027004461</ObjectId> 397 <ParentId>7fdeea64-befa-11e2-8000-080027004461</ParentId> 398 <Selectable>false</Selectable> 399 <DisplayInLegend>true</DisplayInLegend> 400 <ExpandInLegend>true</ExpandInLegend> 401 <Visible>true</Visible> 402 <ActuallyVisible>true</ActuallyVisible> 385 403 <LayerDefinition>Library://Samples/Sheboygan/Layers/Hydrography.LayerDefinition</LayerDefinition> 386 <Name>Hydrography</Name>387 <LegendLabel>Hydrography</LegendLabel>388 <ObjectId>7c0afd7e-bcb1-11e2-8001-080027004461</ObjectId>389 <ParentId>7c0aaf5e-bcb1-11e2-8000-080027004461</ParentId>390 <Selectable>false</Selectable>391 <DisplayInLegend>true</DisplayInLegend>392 <ExpandInLegend>true</ExpandInLegend>393 <Visible>true</Visible>394 <ActuallyVisible>true</ActuallyVisible>395 404 <ScaleRange/> 396 405 </Layer> 397 406 <Layer> 398 <Type>1</Type> 407 <Name>CityLimits</Name> 408 <Type>1</Type> 409 <LegendLabel>CityLimits</LegendLabel> 410 <ObjectId>7fdf1174-befa-11e2-8006-080027004461</ObjectId> 411 <ParentId>7fdeea64-befa-11e2-8000-080027004461</ParentId> 412 <Selectable>false</Selectable> 413 <DisplayInLegend>true</DisplayInLegend> 414 <ExpandInLegend>true</ExpandInLegend> 415 <Visible>true</Visible> 416 <ActuallyVisible>true</ActuallyVisible> 399 417 <LayerDefinition>Library://Samples/Sheboygan/Layers/CityLimits.LayerDefinition</LayerDefinition> 400 <Name>CityLimits</Name>401 <LegendLabel>CityLimits</LegendLabel>402 <ObjectId>7c0afd7e-bcb1-11e2-8002-080027004461</ObjectId>403 <ParentId>7c0aaf5e-bcb1-11e2-8000-080027004461</ParentId>404 <Selectable>false</Selectable>405 <DisplayInLegend>true</DisplayInLegend>406 <ExpandInLegend>true</ExpandInLegend>407 <Visible>true</Visible>408 <ActuallyVisible>true</ActuallyVisible>409 418 <ScaleRange/> 410 419 </Layer> … … 419 428 <RuntimeMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="RuntimeMap-2.6.0.xsd"> 420 429 <SiteVersion>2.6.0.0</SiteVersion> 421 <SessionId> b5392044-bcb1-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId>430 <SessionId>cc47aa6c-befa-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId> 422 431 <Name>Sheboygan</Name> 423 432 <MapDefinition>Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition</MapDefinition> 424 <BackgroundColor>FFCDBD9C</BackgroundColor> 433 <BackgroundColor>ffcdbd9c</BackgroundColor> 434 <IconMimeType>image/png</IconMimeType> 425 435 <CoordinateSystem> 426 436 <Wkt>GEOGCS["WGS84 Lat/Long's, Degrees, -180 ==> +180",DATUM["D_WGS_1984",SPHEROID["World_Geodetic_System_of_1984",6378137,298.257222932867]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]</Wkt> … … 443 453 <Type>1</Type> 444 454 <LegendLabel>Base Map</LegendLabel> 445 <ObjectId> b53cf0e8-bcb1-11e2-8000-080027004461</ObjectId>455 <ObjectId>cc4b53f6-befa-11e2-8001-080027004461</ObjectId> 446 456 <DisplayInLegend>true</DisplayInLegend> 447 457 <ExpandInLegend>true</ExpandInLegend> … … 453 463 <Type>1</Type> 454 464 <LegendLabel>Municipal</LegendLabel> 455 <ObjectId> b53cf0e8-bcb1-11e2-8001-080027004461</ObjectId>465 <ObjectId>cc4b53f6-befa-11e2-8002-080027004461</ObjectId> 456 466 <DisplayInLegend>true</DisplayInLegend> 457 467 <ExpandInLegend>true</ExpandInLegend> … … 463 473 <Type>1</Type> 464 474 <LegendLabel>Transportation</LegendLabel> 465 <ObjectId> b53cf0e8-bcb1-11e2-8002-080027004461</ObjectId>475 <ObjectId>cc4b53f6-befa-11e2-8003-080027004461</ObjectId> 466 476 <DisplayInLegend>true</DisplayInLegend> 467 477 <ExpandInLegend>true</ExpandInLegend> … … 470 480 </Group> 471 481 <Layer> 472 <Type>1</Type> 482 <Name>Roads</Name> 483 <Type>1</Type> 484 <LegendLabel>Roads</LegendLabel> 485 <ObjectId>cc4b7b06-befa-11e2-8000-080027004461</ObjectId> 486 <ParentId>cc4b53f6-befa-11e2-8003-080027004461</ParentId> 487 <Selectable>false</Selectable> 488 <DisplayInLegend>true</DisplayInLegend> 489 <ExpandInLegend>true</ExpandInLegend> 490 <Visible>true</Visible> 491 <ActuallyVisible>true</ActuallyVisible> 473 492 <LayerDefinition>Library://Samples/Sheboygan/Layers/Roads.LayerDefinition</LayerDefinition> 474 <Name>Roads</Name>475 <LegendLabel>Roads</LegendLabel>476 <ObjectId>b53d17f8-bcb1-11e2-8000-080027004461</ObjectId>477 <ParentId>b53cf0e8-bcb1-11e2-8002-080027004461</ParentId>478 <Selectable>false</Selectable>479 <DisplayInLegend>true</DisplayInLegend>480 <ExpandInLegend>true</ExpandInLegend>481 <Visible>true</Visible>482 <ActuallyVisible>true</ActuallyVisible>483 493 <ScaleRange> 484 494 <MinScale>0</MinScale> 485 495 <MaxScale>10000</MaxScale> 486 <Rule> 487 <GeometryType>2</GeometryType> 488 <ThemeCategory>0</ThemeCategory> 489 <LegendLabel/> 490 <Filter/> 491 <Icon> 492 <MimeType>image/png</MimeType> 493 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Content> 494 </Icon> 495 </Rule> 496 <FeatureStyle> 497 <Type>2</Type> 498 <Rule> 499 <LegendLabel/> 500 <Filter/> 501 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Icon> 502 </Rule> 503 </FeatureStyle> 496 504 </ScaleRange> 497 505 <ScaleRange> 498 506 <MinScale>10000</MinScale> 499 507 <MaxScale>24000</MaxScale> 500 <Rule> 501 <GeometryType>2</GeometryType> 502 <ThemeCategory>0</ThemeCategory> 503 <LegendLabel/> 504 <Filter/> 505 <Icon> 506 <MimeType>image/png</MimeType> 507 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Content> 508 </Icon> 509 </Rule> 510 </ScaleRange> 511 </Layer> 512 <Layer> 513 <Type>1</Type> 514 <LayerDefinition>Library://Samples/Sheboygan/Layers/Tracks.LayerDefinition</LayerDefinition> 508 <FeatureStyle> 509 <Type>2</Type> 510 <Rule> 511 <LegendLabel/> 512 <Filter/> 513 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Icon> 514 </Rule> 515 </FeatureStyle> 516 </ScaleRange> 517 </Layer> 518 <Layer> 515 519 <Name>Rail Lines</Name> 520 <Type>1</Type> 516 521 <LegendLabel>Rail Lines</LegendLabel> 517 <ObjectId> b53d17f8-bcb1-11e2-8001-080027004461</ObjectId>518 <ParentId> b53cf0e8-bcb1-11e2-8002-080027004461</ParentId>522 <ObjectId>cc4b7b06-befa-11e2-8001-080027004461</ObjectId> 523 <ParentId>cc4b53f6-befa-11e2-8003-080027004461</ParentId> 519 524 <Selectable>false</Selectable> 520 525 <DisplayInLegend>true</DisplayInLegend> … … 522 527 <Visible>false</Visible> 523 528 <ActuallyVisible>false</ActuallyVisible> 529 <LayerDefinition>Library://Samples/Sheboygan/Layers/Tracks.LayerDefinition</LayerDefinition> 524 530 <ScaleRange> 525 531 <MinScale>0</MinScale> 526 532 <MaxScale>24000</MaxScale> 527 <Rule> 528 <GeometryType>2</GeometryType> 529 <ThemeCategory>0</ThemeCategory> 530 <LegendLabel/> 531 <Filter/> 532 <Icon> 533 <MimeType>image/png</MimeType> 534 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAb0lEQVQokc2SwQnAIBAE15AmbMpSfdiIWIR3YAn62Dwur0AECULmtY9ZjoVzJLHCsWR/KIwxSilz1Zy70FqLMc4L5uzfcKaUAIiIiFh+oKoAvPfmrF8IIQCotaqq5TfM2T8aJEn23nPOnGKO+9/zXc8lZ5XdLNzmAAAAAElFTkSuQmCC</Content> 535 </Icon> 536 </Rule> 537 </ScaleRange> 538 </Layer> 539 <Layer> 540 <Type>1</Type> 533 <FeatureStyle> 534 <Type>2</Type> 535 <Rule> 536 <LegendLabel/> 537 <Filter/> 538 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAb0lEQVQokc2SwQnAIBAE15AmbMpSfdiIWIR3YAn62Dwur0AECULmtY9ZjoVzJLHCsWR/KIwxSilz1Zy70FqLMc4L5uzfcKaUAIiIiFh+oKoAvPfmrF8IIQCotaqq5TfM2T8aJEn23nPOnGKO+9/zXc8lZ5XdLNzmAAAAAElFTkSuQmCC</Icon> 539 </Rule> 540 </FeatureStyle> 541 </ScaleRange> 542 </Layer> 543 <Layer> 544 <Name>Districts</Name> 545 <Type>1</Type> 546 <LegendLabel>Districts</LegendLabel> 547 <ObjectId>cc4b7b06-befa-11e2-8002-080027004461</ObjectId> 548 <ParentId>cc4b53f6-befa-11e2-8002-080027004461</ParentId> 549 <Selectable>false</Selectable> 550 <DisplayInLegend>true</DisplayInLegend> 551 <ExpandInLegend>true</ExpandInLegend> 552 <Visible>true</Visible> 553 <ActuallyVisible>false</ActuallyVisible> 541 554 <LayerDefinition>Library://Samples/Sheboygan/Layers/Districts.LayerDefinition</LayerDefinition> 542 <Name>Districts</Name>543 <LegendLabel>Districts</LegendLabel>544 <ObjectId>b53d17f8-bcb1-11e2-8002-080027004461</ObjectId>545 <ParentId>b53cf0e8-bcb1-11e2-8001-080027004461</ParentId>546 <Selectable>false</Selectable>547 <DisplayInLegend>true</DisplayInLegend>548 <ExpandInLegend>true</ExpandInLegend>549 <Visible>true</Visible>550 <ActuallyVisible>false</ActuallyVisible>551 555 <ScaleRange> 552 556 <MinScale>10000</MinScale> 553 557 <MaxScale>1000000000000</MaxScale> 554 <Rule> 555 <GeometryType>3</GeometryType> 556 <ThemeCategory>0</ThemeCategory> 557 <LegendLabel/> 558 <Filter/> 559 <Icon> 560 <MimeType>image/png</MimeType> 561 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOUlEQVQokWPcs6JOTFabgTjw6vFVhktHV/4nGlw6upKJSLPhYFTDqAZqaWB59fjq5WOriFT96vFVACkEOt/4XD28AAAAAElFTkSuQmCC</Content> 562 </Icon> 563 </Rule> 564 </ScaleRange> 565 </Layer> 566 <Layer> 567 <Type>1</Type> 558 <FeatureStyle> 559 <Type>3</Type> 560 <Rule> 561 <LegendLabel/> 562 <Filter/> 563 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOUlEQVQokWPcs6JOTFabgTjw6vFVhktHV/4nGlw6upKJSLPhYFTDqAZqaWB59fjq5WOriFT96vFVACkEOt/4XD28AAAAAElFTkSuQmCC</Icon> 564 </Rule> 565 </FeatureStyle> 566 </ScaleRange> 567 </Layer> 568 <Layer> 569 <Name>Buildings</Name> 570 <Type>1</Type> 571 <LegendLabel>Buildings</LegendLabel> 572 <ObjectId>cc4ba216-befa-11e2-8000-080027004461</ObjectId> 573 <ParentId>cc4b53f6-befa-11e2-8002-080027004461</ParentId> 574 <Selectable>false</Selectable> 575 <DisplayInLegend>true</DisplayInLegend> 576 <ExpandInLegend>true</ExpandInLegend> 577 <Visible>true</Visible> 578 <ActuallyVisible>true</ActuallyVisible> 568 579 <LayerDefinition>Library://Samples/Sheboygan/Layers/Buildings.LayerDefinition</LayerDefinition> 569 <Name>Buildings</Name>570 <LegendLabel>Buildings</LegendLabel>571 <ObjectId>b53d3f08-bcb1-11e2-8000-080027004461</ObjectId>572 <ParentId>b53cf0e8-bcb1-11e2-8001-080027004461</ParentId>573 <Selectable>false</Selectable>574 <DisplayInLegend>true</DisplayInLegend>575 <ExpandInLegend>true</ExpandInLegend>576 <Visible>true</Visible>577 <ActuallyVisible>true</ActuallyVisible>578 580 <ScaleRange> 579 581 <MinScale>0</MinScale> 580 582 <MaxScale>1500</MaxScale> 581 <Rule> 582 <GeometryType>3</GeometryType> 583 <ThemeCategory>0</ThemeCategory> 584 <LegendLabel/> 585 <Filter/> 586 <Icon> 587 <MimeType>image/png</MimeType> 588 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWM8evToy5cvGYgD4uLiLC9fvrx06RKRGvT09JiIVAoHoxpGNVBLA4u4uLienh6RqsXFxQHMyAxCMWcM4QAAAABJRU5ErkJggg==</Content> 589 </Icon> 590 </Rule> 591 </ScaleRange> 592 </Layer> 593 <Layer> 594 <Type>1</Type> 583 <FeatureStyle> 584 <Type>3</Type> 585 <Rule> 586 <LegendLabel/> 587 <Filter/> 588 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWM8evToy5cvGYgD4uLiLC9fvrx06RKRGvT09JiIVAoHoxpGNVBLA4u4uLienh6RqsXFxQHMyAxCMWcM4QAAAABJRU5ErkJggg==</Icon> 589 </Rule> 590 </FeatureStyle> 591 </ScaleRange> 592 </Layer> 593 <Layer> 594 <Name>Parcels</Name> 595 <Type>1</Type> 596 <LegendLabel>Parcels</LegendLabel> 597 <ObjectId>cc4ba216-befa-11e2-8001-080027004461</ObjectId> 598 <ParentId>cc4b53f6-befa-11e2-8002-080027004461</ParentId> 599 <Selectable>true</Selectable> 600 <DisplayInLegend>true</DisplayInLegend> 601 <ExpandInLegend>true</ExpandInLegend> 602 <Visible>true</Visible> 603 <ActuallyVisible>true</ActuallyVisible> 595 604 <LayerDefinition>Library://Samples/Sheboygan/Layers/Parcels.LayerDefinition</LayerDefinition> 596 <Name>Parcels</Name>597 <LegendLabel>Parcels</LegendLabel>598 <ObjectId>b53d3f08-bcb1-11e2-8001-080027004461</ObjectId>599 <ParentId>b53cf0e8-bcb1-11e2-8001-080027004461</ParentId>600 <Selectable>true</Selectable>601 <DisplayInLegend>true</DisplayInLegend>602 <ExpandInLegend>true</ExpandInLegend>603 <Visible>true</Visible>604 <ActuallyVisible>true</ActuallyVisible>605 605 <ScaleRange> 606 606 <MinScale>0</MinScale> 607 607 <MaxScale>10000</MaxScale> 608 <Rule> 609 <GeometryType>3</GeometryType> 610 <ThemeCategory>0</ThemeCategory> 611 <LegendLabel>Zone: AGR</LegendLabel> 612 <Filter>RTYPE = 'AGR'</Filter> 613 <Icon> 614 <MimeType>image/png</MimeType> 615 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWOc0F4lwPGbgTjw4QcriwDHb0X+r0RquM/AzUSkUjgY1TCqgVoaWD78YL3PwE2k6g8/WAEoyAybnvNMrwAAAABJRU5ErkJggg==</Content> 616 </Icon> 617 </Rule> 618 <Rule> 619 <GeometryType>3</GeometryType> 620 <ThemeCategory>1</ThemeCategory> 621 <LegendLabel>Zone: EXM</LegendLabel> 622 <Filter>RTYPE = 'EXM'</Filter> 623 <Icon> 624 <MimeType>image/png</MimeType> 625 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWPs66zh4/rDQBz49I2FhY/rj6zwDyI1PGbgYCJSKRyMahjVQC0NLJ++sTxm4CBS9advLAA9KgyhkvW9tQAAAABJRU5ErkJggg==</Content> 626 </Icon> 627 </Rule> 628 <Rule> 629 <GeometryType>3</GeometryType> 630 <ThemeCategory>2</ThemeCategory> 631 <LegendLabel>Zone: MER</LegendLabel> 632 <Filter>RTYPE = 'MER'</Filter> 633 <Icon> 634 <MimeType>image/png</MimeType> 635 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWPs6a7l5fnHQBz4/IWJhZfnn6T4HyI1MDCwMBGtFApGNYxqoJYGls9fmBgYWIhU/fkLEwC9qwrV+OtROgAAAABJRU5ErkJggg==</Content> 636 </Icon> 637 </Rule> 638 <Rule> 639 <GeometryType>3</GeometryType> 640 <ThemeCategory>3</ThemeCategory> 641 <LegendLabel>Zone: MFG</LegendLabel> 642 <Filter>RTYPE = 'MFG'</Filter> 643 <Icon> 644 <MimeType>image/png</MimeType> 645 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOUlEQVQokWPs6q3n5mMgEnz9xMDCzccgJv2fSA2vGBiZiDUcBkY1jGqglgaWr58YXjEwEqn66ycGAIUGCqdLv0I4AAAAAElFTkSuQmCC</Content> 646 </Icon> 647 </Rule> 648 <Rule> 649 <GeometryType>3</GeometryType> 650 <ThemeCategory>4</ThemeCategory> 651 <LegendLabel>Zone: RES</LegendLabel> 652 <Filter>RTYPE = 'RES'</Filter> 653 <Icon> 654 <MimeType>image/png</MimeType> 655 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAO0lEQVQokWPs7G/kFGBkIA58//CfhVOAUUiemUgN7xj+MhGpFA5GNYxqoJYGlu8f/r9j+Euk6u8f/gMArKMOreezChMAAAAASUVORK5CYII=</Content> 656 </Icon> 657 </Rule> 658 <Rule> 659 <GeometryType>3</GeometryType> 660 <ThemeCategory>5</ThemeCategory> 661 <LegendLabel>Zone: S&W</LegendLabel> 662 <Filter>RTYPE = 'S&W'</Filter> 663 <Icon> 664 <MimeType>image/png</MimeType> 665 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAO0lEQVQokWNsn9jMLsTMQBz4+e4vC7sQM78yG5EaPjL8YiJSKRyMahjVQC0NLD/f/f3I8ItI1T/f/QUAw9kOsaqrjjYAAAAASUVORK5CYII=</Content> 666 </Icon> 667 </Rule> 668 <Rule> 669 <GeometryType>3</GeometryType> 670 <ThemeCategory>6</ThemeCategory> 671 <LegendLabel>Zone: WTC</LegendLabel> 672 <Filter>RTYPE = 'WTC'</Filter> 673 <Icon> 674 <MimeType>image/png</MimeType> 675 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWNsndzCJsLKQBz49eY3C5sIK7c6F5EaGBi+MRGtFApGNYxqoJYGll9vfjMwfCNS9a83vwEcRQzJpppspAAAAABJRU5ErkJggg==</Content> 676 </Icon> 677 </Rule> 678 <Rule> 679 <GeometryType>3</GeometryType> 680 <ThemeCategory>7</ThemeCategory> 681 <LegendLabel>Zone: Other</LegendLabel> 682 <Filter/> 683 <Icon> 684 <MimeType>image/png</MimeType> 685 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAMUlEQVQokWM0NTU1NTVlIA6cPn2axdTUNCsri0gN06ZNYyJSKRyMahjVQC0NjKQmbwAmVgr+9vodNwAAAABJRU5ErkJggg==</Content> 686 </Icon> 687 </Rule> 688 </ScaleRange> 689 </Layer> 690 <Layer> 691 <Type>1</Type> 608 <FeatureStyle> 609 <Type>3</Type> 610 <Rule> 611 <LegendLabel>Zone: AGR</LegendLabel> 612 <Filter>RTYPE = 'AGR'</Filter> 613 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWOc0F4lwPGbgTjw4QcriwDHb0X+r0RquM/AzUSkUjgY1TCqgVoaWD78YL3PwE2k6g8/WAEoyAybnvNMrwAAAABJRU5ErkJggg==</Icon> 614 </Rule> 615 <Rule> 616 <LegendLabel>Zone: EXM</LegendLabel> 617 <Filter>RTYPE = 'EXM'</Filter> 618 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWPs66zh4/rDQBz49I2FhY/rj6zwDyI1PGbgYCJSKRyMahjVQC0NLJ++sTxm4CBS9advLAA9KgyhkvW9tQAAAABJRU5ErkJggg==</Icon> 619 </Rule> 620 <Rule> 621 <LegendLabel>Zone: MER</LegendLabel> 622 <Filter>RTYPE = 'MER'</Filter> 623 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWPs6a7l5fnHQBz4/IWJhZfnn6T4HyI1MDCwMBGtFApGNYxqoJYGls9fmBgYWIhU/fkLEwC9qwrV+OtROgAAAABJRU5ErkJggg==</Icon> 624 </Rule> 625 <Rule> 626 <LegendLabel>Zone: MFG</LegendLabel> 627 <Filter>RTYPE = 'MFG'</Filter> 628 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOUlEQVQokWPs6q3n5mMgEnz9xMDCzccgJv2fSA2vGBiZiDUcBkY1jGqglgaWr58YXjEwEqn66ycGAIUGCqdLv0I4AAAAAElFTkSuQmCC</Icon> 629 </Rule> 630 <Rule> 631 <LegendLabel>Zone: RES</LegendLabel> 632 <Filter>RTYPE = 'RES'</Filter> 633 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAO0lEQVQokWPs7G/kFGBkIA58//CfhVOAUUiemUgN7xj+MhGpFA5GNYxqoJYGlu8f/r9j+Euk6u8f/gMArKMOreezChMAAAAASUVORK5CYII=</Icon> 634 </Rule> 635 <Rule> 636 <LegendLabel>Zone: S&W</LegendLabel> 637 <Filter>RTYPE = 'S&W'</Filter> 638 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAO0lEQVQokWNsn9jMLsTMQBz4+e4vC7sQM78yG5EaPjL8YiJSKRyMahjVQC0NLD/f/f3I8ItI1T/f/QUAw9kOsaqrjjYAAAAASUVORK5CYII=</Icon> 639 </Rule> 640 <Rule> 641 <LegendLabel>Zone: WTC</LegendLabel> 642 <Filter>RTYPE = 'WTC'</Filter> 643 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWNsndzCJsLKQBz49eY3C5sIK7c6F5EaGBi+MRGtFApGNYxqoJYGll9vfjMwfCNS9a83vwEcRQzJpppspAAAAABJRU5ErkJggg==</Icon> 644 </Rule> 645 <Rule> 646 <LegendLabel>Zone: Other</LegendLabel> 647 <Filter/> 648 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAMUlEQVQokWM0NTU1NTVlIA6cPn2axdTUNCsri0gN06ZNYyJSKRyMahjVQC0NjKQmbwAmVgr+9vodNwAAAABJRU5ErkJggg==</Icon> 649 </Rule> 650 </FeatureStyle> 651 </ScaleRange> 652 </Layer> 653 <Layer> 654 <Name>Islands</Name> 655 <Type>1</Type> 656 <LegendLabel>Islands</LegendLabel> 657 <ObjectId>cc4ba216-befa-11e2-8002-080027004461</ObjectId> 658 <ParentId>cc4b53f6-befa-11e2-8001-080027004461</ParentId> 659 <Selectable>false</Selectable> 660 <DisplayInLegend>true</DisplayInLegend> 661 <ExpandInLegend>true</ExpandInLegend> 662 <Visible>true</Visible> 663 <ActuallyVisible>true</ActuallyVisible> 692 664 <LayerDefinition>Library://Samples/Sheboygan/Layers/Islands.LayerDefinition</LayerDefinition> 693 <Name>Islands</Name>694 <LegendLabel>Islands</LegendLabel>695 <ObjectId>b53d3f08-bcb1-11e2-8002-080027004461</ObjectId>696 <ParentId>b53cf0e8-bcb1-11e2-8000-080027004461</ParentId>697 <Selectable>false</Selectable>698 <DisplayInLegend>true</DisplayInLegend>699 <ExpandInLegend>true</ExpandInLegend>700 <Visible>true</Visible>701 <ActuallyVisible>true</ActuallyVisible>702 665 <ScaleRange> 703 666 <MinScale>0</MinScale> 704 667 <MaxScale>1000000000000</MaxScale> 705 <Rule> 706 <GeometryType>3</GeometryType> 707 <ThemeCategory>0</ThemeCategory> 708 <LegendLabel/> 709 <Filter/> 710 <Icon> 711 <MimeType>image/png</MimeType> 712 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Content> 713 </Icon> 714 </Rule> 715 </ScaleRange> 716 </Layer> 717 <Layer> 718 <Type>1</Type> 668 <FeatureStyle> 669 <Type>3</Type> 670 <Rule> 671 <LegendLabel/> 672 <Filter/> 673 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Icon> 674 </Rule> 675 </FeatureStyle> 676 </ScaleRange> 677 </Layer> 678 <Layer> 679 <Name>Hydrography</Name> 680 <Type>1</Type> 681 <LegendLabel>Hydrography</LegendLabel> 682 <ObjectId>cc4ba216-befa-11e2-8003-080027004461</ObjectId> 683 <ParentId>cc4b53f6-befa-11e2-8001-080027004461</ParentId> 684 <Selectable>false</Selectable> 685 <DisplayInLegend>true</DisplayInLegend> 686 <ExpandInLegend>true</ExpandInLegend> 687 <Visible>true</Visible> 688 <ActuallyVisible>true</ActuallyVisible> 719 689 <LayerDefinition>Library://Samples/Sheboygan/Layers/Hydrography.LayerDefinition</LayerDefinition> 720 <Name>Hydrography</Name>721 <LegendLabel>Hydrography</LegendLabel>722 <ObjectId>b53d3f08-bcb1-11e2-8003-080027004461</ObjectId>723 <ParentId>b53cf0e8-bcb1-11e2-8000-080027004461</ParentId>724 <Selectable>false</Selectable>725 <DisplayInLegend>true</DisplayInLegend>726 <ExpandInLegend>true</ExpandInLegend>727 <Visible>true</Visible>728 <ActuallyVisible>true</ActuallyVisible>729 690 <ScaleRange> 730 691 <MinScale>0</MinScale> 731 692 <MaxScale>1000000000000</MaxScale> 732 <Rule> 733 <GeometryType>3</GeometryType> 734 <ThemeCategory>0</ThemeCategory> 735 <LegendLabel/> 736 <Filter/> 737 <Icon> 738 <MimeType>image/png</MimeType> 739 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWNcffwlAymAiSTVoxpGNQwpDQBmNQJ7CUalHwAAAABJRU5ErkJggg==</Content> 740 </Icon> 741 </Rule> 742 </ScaleRange> 743 </Layer> 744 <Layer> 745 <Type>1</Type> 693 <FeatureStyle> 694 <Type>3</Type> 695 <Rule> 696 <LegendLabel/> 697 <Filter/> 698 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWNcffwlAymAiSTVoxpGNQwpDQBmNQJ7CUalHwAAAABJRU5ErkJggg==</Icon> 699 </Rule> 700 </FeatureStyle> 701 </ScaleRange> 702 </Layer> 703 <Layer> 704 <Name>CityLimits</Name> 705 <Type>1</Type> 706 <LegendLabel>CityLimits</LegendLabel> 707 <ObjectId>cc4ba216-befa-11e2-8004-080027004461</ObjectId> 708 <ParentId>cc4b53f6-befa-11e2-8001-080027004461</ParentId> 709 <Selectable>false</Selectable> 710 <DisplayInLegend>true</DisplayInLegend> 711 <ExpandInLegend>true</ExpandInLegend> 712 <Visible>true</Visible> 713 <ActuallyVisible>true</ActuallyVisible> 746 714 <LayerDefinition>Library://Samples/Sheboygan/Layers/CityLimits.LayerDefinition</LayerDefinition> 747 <Name>CityLimits</Name>748 <LegendLabel>CityLimits</LegendLabel>749 <ObjectId>b53d3f08-bcb1-11e2-8004-080027004461</ObjectId>750 <ParentId>b53cf0e8-bcb1-11e2-8000-080027004461</ParentId>751 <Selectable>false</Selectable>752 <DisplayInLegend>true</DisplayInLegend>753 <ExpandInLegend>true</ExpandInLegend>754 <Visible>true</Visible>755 <ActuallyVisible>true</ActuallyVisible>756 715 <ScaleRange> 757 716 <MinScale>0</MinScale> 758 717 <MaxScale>10000</MaxScale> 759 <Rule> 760 <GeometryType>3</GeometryType> 761 <ThemeCategory>0</ThemeCategory> 762 <LegendLabel/> 763 <Filter/> 764 <Icon> 765 <MimeType>image/png</MimeType> 766 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWM8cOAAAymAiSTVoxpGNQwpDQAT+QJghokBTgAAAABJRU5ErkJggg==</Content> 767 </Icon> 768 </Rule> 718 <FeatureStyle> 719 <Type>3</Type> 720 <Rule> 721 <LegendLabel/> 722 <Filter/> 723 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWM8cOAAAymAiSTVoxpGNQwpDQAT+QJghokBTgAAAABJRU5ErkJggg==</Icon> 724 </Rule> 725 </FeatureStyle> 769 726 </ScaleRange> 770 727 <ScaleRange> 771 728 <MinScale>10000</MinScale> 772 729 <MaxScale>1000000000000</MaxScale> 773 <Rule> 774 <GeometryType>3</GeometryType> 775 <ThemeCategory>0</ThemeCategory> 776 <LegendLabel/> 777 <Filter/> 778 <Icon> 779 <MimeType>image/png</MimeType> 780 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Content> 781 </Icon> 782 </Rule> 730 <FeatureStyle> 731 <Type>3</Type> 732 <Rule> 733 <LegendLabel/> 734 <Filter/> 735 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Icon> 736 </Rule> 737 </FeatureStyle> 783 738 </ScaleRange> 784 739 </Layer> … … 791 746 <RuntimeMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="RuntimeMap-2.6.0.xsd"> 792 747 <SiteVersion>2.6.0.0</SiteVersion> 793 <SessionId> c99e8646-bcb1-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId>748 <SessionId>af95896c-bef9-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId> 794 749 <Name>Sheboygan</Name> 795 750 <MapDefinition>Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition</MapDefinition> 796 <BackgroundColor>FFCDBD9C</BackgroundColor> 751 <BackgroundColor>ffcdbd9c</BackgroundColor> 752 <IconMimeType>image/png</IconMimeType> 797 753 <CoordinateSystem> 798 754 <Wkt>GEOGCS["WGS84 Lat/Long's, Degrees, -180 ==> +180",DATUM["D_WGS_1984",SPHEROID["World_Geodetic_System_of_1984",6378137,298.257222932867]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]</Wkt> … … 815 771 <Type>1</Type> 816 772 <LegendLabel>Base Map</LegendLabel> 817 <ObjectId> c9a256ea-bcb1-11e2-8001-080027004461</ObjectId>773 <ObjectId>af9bcb1a-bef9-11e2-8000-080027004461</ObjectId> 818 774 <DisplayInLegend>true</DisplayInLegend> 819 775 <ExpandInLegend>true</ExpandInLegend> … … 825 781 <Type>1</Type> 826 782 <LegendLabel>Municipal</LegendLabel> 827 <ObjectId> c9a256ea-bcb1-11e2-8002-080027004461</ObjectId>783 <ObjectId>af9bcb1a-bef9-11e2-8001-080027004461</ObjectId> 828 784 <DisplayInLegend>true</DisplayInLegend> 829 785 <ExpandInLegend>true</ExpandInLegend> … … 835 791 <Type>1</Type> 836 792 <LegendLabel>Transportation</LegendLabel> 837 <ObjectId> c9a256ea-bcb1-11e2-8003-080027004461</ObjectId>793 <ObjectId>af9bcb1a-bef9-11e2-8002-080027004461</ObjectId> 838 794 <DisplayInLegend>true</DisplayInLegend> 839 795 <ExpandInLegend>true</ExpandInLegend> … … 842 798 </Group> 843 799 <Layer> 844 <Type>1</Type> 800 <Name>Roads</Name> 801 <Type>1</Type> 802 <LegendLabel>Roads</LegendLabel> 803 <ObjectId>af9bf22a-bef9-11e2-8000-080027004461</ObjectId> 804 <ParentId>af9bcb1a-bef9-11e2-8002-080027004461</ParentId> 805 <Selectable>false</Selectable> 806 <DisplayInLegend>true</DisplayInLegend> 807 <ExpandInLegend>true</ExpandInLegend> 808 <Visible>true</Visible> 809 <ActuallyVisible>true</ActuallyVisible> 845 810 <LayerDefinition>Library://Samples/Sheboygan/Layers/Roads.LayerDefinition</LayerDefinition> 846 <Name>Roads</Name>847 <LegendLabel>Roads</LegendLabel>848 <ObjectId>c9a27dfa-bcb1-11e2-8000-080027004461</ObjectId>849 <ParentId>c9a256ea-bcb1-11e2-8003-080027004461</ParentId>850 <Selectable>false</Selectable>851 <DisplayInLegend>true</DisplayInLegend>852 <ExpandInLegend>true</ExpandInLegend>853 <Visible>true</Visible>854 <ActuallyVisible>true</ActuallyVisible>855 811 <FeatureSource> 856 812 <ResourceId>Library://Samples/Sheboygan/Data/RoadCenterLines.FeatureSource</ResourceId> … … 861 817 <MinScale>0</MinScale> 862 818 <MaxScale>10000</MaxScale> 863 <Rule> 864 <GeometryType>2</GeometryType> 865 <ThemeCategory>0</ThemeCategory> 866 <LegendLabel/> 867 <Filter/> 868 <Icon> 869 <MimeType>image/png</MimeType> 870 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Content> 871 </Icon> 872 </Rule> 819 <FeatureStyle> 820 <Type>2</Type> 821 <Rule> 822 <LegendLabel/> 823 <Filter/> 824 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Icon> 825 </Rule> 826 </FeatureStyle> 873 827 </ScaleRange> 874 828 <ScaleRange> 875 829 <MinScale>10000</MinScale> 876 830 <MaxScale>24000</MaxScale> 877 <Rule> 878 <GeometryType>2</GeometryType> 879 <ThemeCategory>0</ThemeCategory> 880 <LegendLabel/> 881 <Filter/> 882 <Icon> 883 <MimeType>image/png</MimeType> 884 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Content> 885 </Icon> 886 </Rule> 887 </ScaleRange> 888 </Layer> 889 <Layer> 890 <Type>1</Type> 891 <LayerDefinition>Library://Samples/Sheboygan/Layers/Tracks.LayerDefinition</LayerDefinition> 831 <FeatureStyle> 832 <Type>2</Type> 833 <Rule> 834 <LegendLabel/> 835 <Filter/> 836 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Icon> 837 </Rule> 838 </FeatureStyle> 839 </ScaleRange> 840 </Layer> 841 <Layer> 892 842 <Name>Rail Lines</Name> 843 <Type>1</Type> 893 844 <LegendLabel>Rail Lines</LegendLabel> 894 <ObjectId> c9a2a50a-bcb1-11e2-8000-080027004461</ObjectId>895 <ParentId> c9a256ea-bcb1-11e2-8003-080027004461</ParentId>845 <ObjectId>af9bf22a-bef9-11e2-8001-080027004461</ObjectId> 846 <ParentId>af9bcb1a-bef9-11e2-8002-080027004461</ParentId> 896 847 <Selectable>false</Selectable> 897 848 <DisplayInLegend>true</DisplayInLegend> … … 899 850 <Visible>false</Visible> 900 851 <ActuallyVisible>false</ActuallyVisible> 852 <LayerDefinition>Library://Samples/Sheboygan/Layers/Tracks.LayerDefinition</LayerDefinition> 901 853 <FeatureSource> 902 854 <ResourceId>Library://Samples/Sheboygan/Data/Rail.FeatureSource</ResourceId> … … 907 859 <MinScale>0</MinScale> 908 860 <MaxScale>24000</MaxScale> 909 <Rule> 910 <GeometryType>2</GeometryType> 911 <ThemeCategory>0</ThemeCategory> 912 <LegendLabel/> 913 <Filter/> 914 <Icon> 915 <MimeType>image/png</MimeType> 916 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAb0lEQVQokc2SwQnAIBAE15AmbMpSfdiIWIR3YAn62Dwur0AECULmtY9ZjoVzJLHCsWR/KIwxSilz1Zy70FqLMc4L5uzfcKaUAIiIiFh+oKoAvPfmrF8IIQCotaqq5TfM2T8aJEn23nPOnGKO+9/zXc8lZ5XdLNzmAAAAAElFTkSuQmCC</Content> 917 </Icon> 918 </Rule> 919 </ScaleRange> 920 </Layer> 921 <Layer> 922 <Type>1</Type> 861 <FeatureStyle> 862 <Type>2</Type> 863 <Rule> 864 <LegendLabel/> 865 <Filter/> 866 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAb0lEQVQokc2SwQnAIBAE15AmbMpSfdiIWIR3YAn62Dwur0AECULmtY9ZjoVzJLHCsWR/KIwxSilz1Zy70FqLMc4L5uzfcKaUAIiIiFh+oKoAvPfmrF8IIQCotaqq5TfM2T8aJEn23nPOnGKO+9/zXc8lZ5XdLNzmAAAAAElFTkSuQmCC</Icon> 867 </Rule> 868 </FeatureStyle> 869 </ScaleRange> 870 </Layer> 871 <Layer> 872 <Name>Districts</Name> 873 <Type>1</Type> 874 <LegendLabel>Districts</LegendLabel> 875 <ObjectId>af9bf22a-bef9-11e2-8002-080027004461</ObjectId> 876 <ParentId>af9bcb1a-bef9-11e2-8001-080027004461</ParentId> 877 <Selectable>false</Selectable> 878 <DisplayInLegend>true</DisplayInLegend> 879 <ExpandInLegend>true</ExpandInLegend> 880 <Visible>true</Visible> 881 <ActuallyVisible>false</ActuallyVisible> 923 882 <LayerDefinition>Library://Samples/Sheboygan/Layers/Districts.LayerDefinition</LayerDefinition> 924 <Name>Districts</Name>925 <LegendLabel>Districts</LegendLabel>926 <ObjectId>c9a2a50a-bcb1-11e2-8001-080027004461</ObjectId>927 <ParentId>c9a256ea-bcb1-11e2-8002-080027004461</ParentId>928 <Selectable>false</Selectable>929 <DisplayInLegend>true</DisplayInLegend>930 <ExpandInLegend>true</ExpandInLegend>931 <Visible>true</Visible>932 <ActuallyVisible>false</ActuallyVisible>933 883 <FeatureSource> 934 884 <ResourceId>Library://Samples/Sheboygan/Data/VotingDistricts.FeatureSource</ResourceId> … … 939 889 <MinScale>10000</MinScale> 940 890 <MaxScale>1000000000000</MaxScale> 941 <Rule> 942 <GeometryType>3</GeometryType> 943 <ThemeCategory>0</ThemeCategory> 944 <LegendLabel/> 945 <Filter/> 946 <Icon> 947 <MimeType>image/png</MimeType> 948 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOUlEQVQokWPcs6JOTFabgTjw6vFVhktHV/4nGlw6upKJSLPhYFTDqAZqaWB59fjq5WOriFT96vFVACkEOt/4XD28AAAAAElFTkSuQmCC</Content> 949 </Icon> 950 </Rule> 951 </ScaleRange> 952 </Layer> 953 <Layer> 954 <Type>1</Type> 891 <FeatureStyle> 892 <Type>3</Type> 893 <Rule> 894 <LegendLabel/> 895 <Filter/> 896 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOUlEQVQokWPcs6JOTFabgTjw6vFVhktHV/4nGlw6upKJSLPhYFTDqAZqaWB59fjq5WOriFT96vFVACkEOt/4XD28AAAAAElFTkSuQmCC</Icon> 897 </Rule> 898 </FeatureStyle> 899 </ScaleRange> 900 </Layer> 901 <Layer> 902 <Name>Buildings</Name> 903 <Type>1</Type> 904 <LegendLabel>Buildings</LegendLabel> 905 <ObjectId>af9bf22a-bef9-11e2-8003-080027004461</ObjectId> 906 <ParentId>af9bcb1a-bef9-11e2-8001-080027004461</ParentId> 907 <Selectable>false</Selectable> 908 <DisplayInLegend>true</DisplayInLegend> 909 <ExpandInLegend>true</ExpandInLegend> 910 <Visible>true</Visible> 911 <ActuallyVisible>true</ActuallyVisible> 955 912 <LayerDefinition>Library://Samples/Sheboygan/Layers/Buildings.LayerDefinition</LayerDefinition> 956 <Name>Buildings</Name>957 <LegendLabel>Buildings</LegendLabel>958 <ObjectId>c9a2a50a-bcb1-11e2-8002-080027004461</ObjectId>959 <ParentId>c9a256ea-bcb1-11e2-8002-080027004461</ParentId>960 <Selectable>false</Selectable>961 <DisplayInLegend>true</DisplayInLegend>962 <ExpandInLegend>true</ExpandInLegend>963 <Visible>true</Visible>964 <ActuallyVisible>true</ActuallyVisible>965 913 <FeatureSource> 966 914 <ResourceId>Library://Samples/Sheboygan/Data/BuildingOutlines.FeatureSource</ResourceId> … … 971 919 <MinScale>0</MinScale> 972 920 <MaxScale>1500</MaxScale> 973 <Rule> 974 <GeometryType>3</GeometryType> 975 <ThemeCategory>0</ThemeCategory> 976 <LegendLabel/> 977 <Filter/> 978 <Icon> 979 <MimeType>image/png</MimeType> 980 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWM8evToy5cvGYgD4uLiLC9fvrx06RKRGvT09JiIVAoHoxpGNVBLA4u4uLienh6RqsXFxQHMyAxCMWcM4QAAAABJRU5ErkJggg==</Content> 981 </Icon> 982 </Rule> 983 </ScaleRange> 984 </Layer> 985 <Layer> 986 <Type>1</Type> 921 <FeatureStyle> 922 <Type>3</Type> 923 <Rule> 924 <LegendLabel/> 925 <Filter/> 926 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWM8evToy5cvGYgD4uLiLC9fvrx06RKRGvT09JiIVAoHoxpGNVBLA4u4uLienh6RqsXFxQHMyAxCMWcM4QAAAABJRU5ErkJggg==</Icon> 927 </Rule> 928 </FeatureStyle> 929 </ScaleRange> 930 </Layer> 931 <Layer> 932 <Name>Parcels</Name> 933 <Type>1</Type> 934 <LegendLabel>Parcels</LegendLabel> 935 <ObjectId>af9bf22a-bef9-11e2-8004-080027004461</ObjectId> 936 <ParentId>af9bcb1a-bef9-11e2-8001-080027004461</ParentId> 937 <Selectable>true</Selectable> 938 <DisplayInLegend>true</DisplayInLegend> 939 <ExpandInLegend>true</ExpandInLegend> 940 <Visible>true</Visible> 941 <ActuallyVisible>true</ActuallyVisible> 987 942 <LayerDefinition>Library://Samples/Sheboygan/Layers/Parcels.LayerDefinition</LayerDefinition> 988 <Name>Parcels</Name>989 <LegendLabel>Parcels</LegendLabel>990 <ObjectId>c9a2a50a-bcb1-11e2-8003-080027004461</ObjectId>991 <ParentId>c9a256ea-bcb1-11e2-8002-080027004461</ParentId>992 <Selectable>true</Selectable>993 <DisplayInLegend>true</DisplayInLegend>994 <ExpandInLegend>true</ExpandInLegend>995 <Visible>true</Visible>996 <ActuallyVisible>true</ActuallyVisible>997 943 <FeatureSource> 998 944 <ResourceId>Library://Samples/Sheboygan/Data/Parcels.FeatureSource</ResourceId> … … 1003 949 <MinScale>0</MinScale> 1004 950 <MaxScale>10000</MaxScale> 1005 <Rule> 1006 <GeometryType>3</GeometryType> 1007 <ThemeCategory>0</ThemeCategory> 1008 <LegendLabel>Zone: AGR</LegendLabel> 1009 <Filter>RTYPE = 'AGR'</Filter> 1010 <Icon> 1011 <MimeType>image/png</MimeType> 1012 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWOc0F4lwPGbgTjw4QcriwDHb0X+r0RquM/AzUSkUjgY1TCqgVoaWD78YL3PwE2k6g8/WAEoyAybnvNMrwAAAABJRU5ErkJggg==</Content> 1013 </Icon> 1014 </Rule> 1015 <Rule> 1016 <GeometryType>3</GeometryType> 1017 <ThemeCategory>1</ThemeCategory> 1018 <LegendLabel>Zone: EXM</LegendLabel> 1019 <Filter>RTYPE = 'EXM'</Filter> 1020 <Icon> 1021 <MimeType>image/png</MimeType> 1022 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWPs66zh4/rDQBz49I2FhY/rj6zwDyI1PGbgYCJSKRyMahjVQC0NLJ++sTxm4CBS9advLAA9KgyhkvW9tQAAAABJRU5ErkJggg==</Content> 1023 </Icon> 1024 </Rule> 1025 <Rule> 1026 <GeometryType>3</GeometryType> 1027 <ThemeCategory>2</ThemeCategory> 1028 <LegendLabel>Zone: MER</LegendLabel> 1029 <Filter>RTYPE = 'MER'</Filter> 1030 <Icon> 1031 <MimeType>image/png</MimeType> 1032 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWPs6a7l5fnHQBz4/IWJhZfnn6T4HyI1MDCwMBGtFApGNYxqoJYGls9fmBgYWIhU/fkLEwC9qwrV+OtROgAAAABJRU5ErkJggg==</Content> 1033 </Icon> 1034 </Rule> 1035 <Rule> 1036 <GeometryType>3</GeometryType> 1037 <ThemeCategory>3</ThemeCategory> 1038 <LegendLabel>Zone: MFG</LegendLabel> 1039 <Filter>RTYPE = 'MFG'</Filter> 1040 <Icon> 1041 <MimeType>image/png</MimeType> 1042 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOUlEQVQokWPs6q3n5mMgEnz9xMDCzccgJv2fSA2vGBiZiDUcBkY1jGqglgaWr58YXjEwEqn66ycGAIUGCqdLv0I4AAAAAElFTkSuQmCC</Content> 1043 </Icon> 1044 </Rule> 1045 <Rule> 1046 <GeometryType>3</GeometryType> 1047 <ThemeCategory>4</ThemeCategory> 1048 <LegendLabel>Zone: RES</LegendLabel> 1049 <Filter>RTYPE = 'RES'</Filter> 1050 <Icon> 1051 <MimeType>image/png</MimeType> 1052 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAO0lEQVQokWPs7G/kFGBkIA58//CfhVOAUUiemUgN7xj+MhGpFA5GNYxqoJYGlu8f/r9j+Euk6u8f/gMArKMOreezChMAAAAASUVORK5CYII=</Content> 1053 </Icon> 1054 </Rule> 1055 <Rule> 1056 <GeometryType>3</GeometryType> 1057 <ThemeCategory>5</ThemeCategory> 1058 <LegendLabel>Zone: S&W</LegendLabel> 1059 <Filter>RTYPE = 'S&W'</Filter> 1060 <Icon> 1061 <MimeType>image/png</MimeType> 1062 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAO0lEQVQokWNsn9jMLsTMQBz4+e4vC7sQM78yG5EaPjL8YiJSKRyMahjVQC0NLD/f/f3I8ItI1T/f/QUAw9kOsaqrjjYAAAAASUVORK5CYII=</Content> 1063 </Icon> 1064 </Rule> 1065 <Rule> 1066 <GeometryType>3</GeometryType> 1067 <ThemeCategory>6</ThemeCategory> 1068 <LegendLabel>Zone: WTC</LegendLabel> 1069 <Filter>RTYPE = 'WTC'</Filter> 1070 <Icon> 1071 <MimeType>image/png</MimeType> 1072 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWNsndzCJsLKQBz49eY3C5sIK7c6F5EaGBi+MRGtFApGNYxqoJYGll9vfjMwfCNS9a83vwEcRQzJpppspAAAAABJRU5ErkJggg==</Content> 1073 </Icon> 1074 </Rule> 1075 <Rule> 1076 <GeometryType>3</GeometryType> 1077 <ThemeCategory>7</ThemeCategory> 1078 <LegendLabel>Zone: Other</LegendLabel> 1079 <Filter/> 1080 <Icon> 1081 <MimeType>image/png</MimeType> 1082 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAMUlEQVQokWM0NTU1NTVlIA6cPn2axdTUNCsri0gN06ZNYyJSKRyMahjVQC0NjKQmbwAmVgr+9vodNwAAAABJRU5ErkJggg==</Content> 1083 </Icon> 1084 </Rule> 1085 </ScaleRange> 1086 </Layer> 1087 <Layer> 1088 <Type>1</Type> 951 <FeatureStyle> 952 <Type>3</Type> 953 <Rule> 954 <LegendLabel>Zone: AGR</LegendLabel> 955 <Filter>RTYPE = 'AGR'</Filter> 956 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWOc0F4lwPGbgTjw4QcriwDHb0X+r0RquM/AzUSkUjgY1TCqgVoaWD78YL3PwE2k6g8/WAEoyAybnvNMrwAAAABJRU5ErkJggg==</Icon> 957 </Rule> 958 <Rule> 959 <LegendLabel>Zone: EXM</LegendLabel> 960 <Filter>RTYPE = 'EXM'</Filter> 961 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWPs66zh4/rDQBz49I2FhY/rj6zwDyI1PGbgYCJSKRyMahjVQC0NLJ++sTxm4CBS9advLAA9KgyhkvW9tQAAAABJRU5ErkJggg==</Icon> 962 </Rule> 963 <Rule> 964 <LegendLabel>Zone: MER</LegendLabel> 965 <Filter>RTYPE = 'MER'</Filter> 966 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWPs6a7l5fnHQBz4/IWJhZfnn6T4HyI1MDCwMBGtFApGNYxqoJYGls9fmBgYWIhU/fkLEwC9qwrV+OtROgAAAABJRU5ErkJggg==</Icon> 967 </Rule> 968 <Rule> 969 <LegendLabel>Zone: MFG</LegendLabel> 970 <Filter>RTYPE = 'MFG'</Filter> 971 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOUlEQVQokWPs6q3n5mMgEnz9xMDCzccgJv2fSA2vGBiZiDUcBkY1jGqglgaWr58YXjEwEqn66ycGAIUGCqdLv0I4AAAAAElFTkSuQmCC</Icon> 972 </Rule> 973 <Rule> 974 <LegendLabel>Zone: RES</LegendLabel> 975 <Filter>RTYPE = 'RES'</Filter> 976 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAO0lEQVQokWPs7G/kFGBkIA58//CfhVOAUUiemUgN7xj+MhGpFA5GNYxqoJYGlu8f/r9j+Euk6u8f/gMArKMOreezChMAAAAASUVORK5CYII=</Icon> 977 </Rule> 978 <Rule> 979 <LegendLabel>Zone: S&W</LegendLabel> 980 <Filter>RTYPE = 'S&W'</Filter> 981 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAO0lEQVQokWNsn9jMLsTMQBz4+e4vC7sQM78yG5EaPjL8YiJSKRyMahjVQC0NLD/f/f3I8ItI1T/f/QUAw9kOsaqrjjYAAAAASUVORK5CYII=</Icon> 982 </Rule> 983 <Rule> 984 <LegendLabel>Zone: WTC</LegendLabel> 985 <Filter>RTYPE = 'WTC'</Filter> 986 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWNsndzCJsLKQBz49eY3C5sIK7c6F5EaGBi+MRGtFApGNYxqoJYGll9vfjMwfCNS9a83vwEcRQzJpppspAAAAABJRU5ErkJggg==</Icon> 987 </Rule> 988 <Rule> 989 <LegendLabel>Zone: Other</LegendLabel> 990 <Filter/> 991 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAMUlEQVQokWM0NTU1NTVlIA6cPn2axdTUNCsri0gN06ZNYyJSKRyMahjVQC0NjKQmbwAmVgr+9vodNwAAAABJRU5ErkJggg==</Icon> 992 </Rule> 993 </FeatureStyle> 994 </ScaleRange> 995 </Layer> 996 <Layer> 997 <Name>Islands</Name> 998 <Type>1</Type> 999 <LegendLabel>Islands</LegendLabel> 1000 <ObjectId>af9bf22a-bef9-11e2-8005-080027004461</ObjectId> 1001 <ParentId>af9bcb1a-bef9-11e2-8000-080027004461</ParentId> 1002 <Selectable>false</Selectable> 1003 <DisplayInLegend>true</DisplayInLegend> 1004 <ExpandInLegend>true</ExpandInLegend> 1005 <Visible>true</Visible> 1006 <ActuallyVisible>true</ActuallyVisible> 1089 1007 <LayerDefinition>Library://Samples/Sheboygan/Layers/Islands.LayerDefinition</LayerDefinition> 1090 <Name>Islands</Name>1091 <LegendLabel>Islands</LegendLabel>1092 <ObjectId>c9a2a50a-bcb1-11e2-8004-080027004461</ObjectId>1093 <ParentId>c9a256ea-bcb1-11e2-8001-080027004461</ParentId>1094 <Selectable>false</Selectable>1095 <DisplayInLegend>true</DisplayInLegend>1096 <ExpandInLegend>true</ExpandInLegend>1097 <Visible>true</Visible>1098 <ActuallyVisible>true</ActuallyVisible>1099 1008 <FeatureSource> 1100 1009 <ResourceId>Library://Samples/Sheboygan/Data/Islands.FeatureSource</ResourceId> … … 1105 1014 <MinScale>0</MinScale> 1106 1015 <MaxScale>1000000000000</MaxScale> 1107 <Rule> 1108 <GeometryType>3</GeometryType> 1109 <ThemeCategory>0</ThemeCategory> 1110 <LegendLabel/> 1111 <Filter/> 1112 <Icon> 1113 <MimeType>image/png</MimeType> 1114 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Content> 1115 </Icon> 1116 </Rule> 1117 </ScaleRange> 1118 </Layer> 1119 <Layer> 1120 <Type>1</Type> 1016 <FeatureStyle> 1017 <Type>3</Type> 1018 <Rule> 1019 <LegendLabel/> 1020 <Filter/> 1021 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Icon> 1022 </Rule> 1023 </FeatureStyle> 1024 </ScaleRange> 1025 </Layer> 1026 <Layer> 1027 <Name>Hydrography</Name> 1028 <Type>1</Type> 1029 <LegendLabel>Hydrography</LegendLabel> 1030 <ObjectId>af9c193a-bef9-11e2-8000-080027004461</ObjectId> 1031 <ParentId>af9bcb1a-bef9-11e2-8000-080027004461</ParentId> 1032 <Selectable>false</Selectable> 1033 <DisplayInLegend>true</DisplayInLegend> 1034 <ExpandInLegend>true</ExpandInLegend> 1035 <Visible>true</Visible> 1036 <ActuallyVisible>true</ActuallyVisible> 1121 1037 <LayerDefinition>Library://Samples/Sheboygan/Layers/Hydrography.LayerDefinition</LayerDefinition> 1122 <Name>Hydrography</Name>1123 <LegendLabel>Hydrography</LegendLabel>1124 <ObjectId>c9a2a50a-bcb1-11e2-8005-080027004461</ObjectId>1125 <ParentId>c9a256ea-bcb1-11e2-8001-080027004461</ParentId>1126 <Selectable>false</Selectable>1127 <DisplayInLegend>true</DisplayInLegend>1128 <ExpandInLegend>true</ExpandInLegend>1129 <Visible>true</Visible>1130 <ActuallyVisible>true</ActuallyVisible>1131 1038 <FeatureSource> 1132 1039 <ResourceId>Library://Samples/Sheboygan/Data/HydrographicPolygons.FeatureSource</ResourceId> … … 1137 1044 <MinScale>0</MinScale> 1138 1045 <MaxScale>1000000000000</MaxScale> 1139 <Rule> 1140 <GeometryType>3</GeometryType> 1141 <ThemeCategory>0</ThemeCategory> 1142 <LegendLabel/> 1143 <Filter/> 1144 <Icon> 1145 <MimeType>image/png</MimeType> 1146 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWNcffwlAymAiSTVoxpGNQwpDQBmNQJ7CUalHwAAAABJRU5ErkJggg==</Content> 1147 </Icon> 1148 </Rule> 1149 </ScaleRange> 1150 </Layer> 1151 <Layer> 1152 <Type>1</Type> 1046 <FeatureStyle> 1047 <Type>3</Type> 1048 <Rule> 1049 <LegendLabel/> 1050 <Filter/> 1051 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWNcffwlAymAiSTVoxpGNQwpDQBmNQJ7CUalHwAAAABJRU5ErkJggg==</Icon> 1052 </Rule> 1053 </FeatureStyle> 1054 </ScaleRange> 1055 </Layer> 1056 <Layer> 1057 <Name>CityLimits</Name> 1058 <Type>1</Type> 1059 <LegendLabel>CityLimits</LegendLabel> 1060 <ObjectId>af9c193a-bef9-11e2-8001-080027004461</ObjectId> 1061 <ParentId>af9bcb1a-bef9-11e2-8000-080027004461</ParentId> 1062 <Selectable>false</Selectable> 1063 <DisplayInLegend>true</DisplayInLegend> 1064 <ExpandInLegend>true</ExpandInLegend> 1065 <Visible>true</Visible> 1066 <ActuallyVisible>true</ActuallyVisible> 1153 1067 <LayerDefinition>Library://Samples/Sheboygan/Layers/CityLimits.LayerDefinition</LayerDefinition> 1154 <Name>CityLimits</Name>1155 <LegendLabel>CityLimits</LegendLabel>1156 <ObjectId>c9a2a50a-bcb1-11e2-8006-080027004461</ObjectId>1157 <ParentId>c9a256ea-bcb1-11e2-8001-080027004461</ParentId>1158 <Selectable>false</Selectable>1159 <DisplayInLegend>true</DisplayInLegend>1160 <ExpandInLegend>true</ExpandInLegend>1161 <Visible>true</Visible>1162 <ActuallyVisible>true</ActuallyVisible>1163 1068 <FeatureSource> 1164 1069 <ResourceId>Library://Samples/Sheboygan/Data/CityLimits.FeatureSource</ResourceId> … … 1169 1074 <MinScale>0</MinScale> 1170 1075 <MaxScale>10000</MaxScale> 1171 <Rule> 1172 <GeometryType>3</GeometryType> 1173 <ThemeCategory>0</ThemeCategory> 1174 <LegendLabel/> 1175 <Filter/> 1176 <Icon> 1177 <MimeType>image/png</MimeType> 1178 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWM8cOAAAymAiSTVoxpGNQwpDQAT+QJghokBTgAAAABJRU5ErkJggg==</Content> 1179 </Icon> 1180 </Rule> 1076 <FeatureStyle> 1077 <Type>3</Type> 1078 <Rule> 1079 <LegendLabel/> 1080 <Filter/> 1081 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWM8cOAAAymAiSTVoxpGNQwpDQAT+QJghokBTgAAAABJRU5ErkJggg==</Icon> 1082 </Rule> 1083 </FeatureStyle> 1181 1084 </ScaleRange> 1182 1085 <ScaleRange> 1183 1086 <MinScale>10000</MinScale> 1184 1087 <MaxScale>1000000000000</MaxScale> 1185 <Rule> 1186 <GeometryType>3</GeometryType> 1187 <ThemeCategory>0</ThemeCategory> 1188 <LegendLabel/> 1189 <Filter/> 1190 <Icon> 1191 <MimeType>image/png</MimeType> 1192 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Content> 1193 </Icon> 1194 </Rule> 1088 <FeatureStyle> 1089 <Type>3</Type> 1090 <Rule> 1091 <LegendLabel/> 1092 <Filter/> 1093 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Icon> 1094 </Rule> 1095 </FeatureStyle> 1195 1096 </ScaleRange> 1196 1097 </Layer> … … 1200 1101 Finally, REQUESTEDFEATURES = 7 (Basic layer/group structure with inline icons and Feature Source information) and ICONSPERSCALERANGE = 3. 1201 1102 1202 Note the Parcels theme only has inline icons for the first and last rules because its number of rules (8) exceeds our specified limit. The omission of icons serves as a "hint" to client applications to compress this theme (which both AJAX and Fusion viewers currently do, albeit with slightly different metrics for theme compression) 1103 Note the Parcels theme only has inline icons for the first and last rules because its number of rules (8) exceeds our specified limit. The omission of icons serves as a "hint" to client applications to compress this theme (which both AJAX and Fusion viewers currently do, albeit with slightly different metrics for theme compression). Rules without icons can issue a follow up GETLEGENDIMAGE request and use its parent's type and its respective position for the required GEOMETRYTYPE and THEMECATEGORY parameters. 1203 1104 {{{ 1204 1105 <?xml version="1.0" encoding="UTF-8"?> 1205 1106 <RuntimeMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="RuntimeMap-2.6.0.xsd"> 1206 1107 <SiteVersion>2.6.0.0</SiteVersion> 1207 <SessionId> 52f1b566-bcb3-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId>1108 <SessionId>469bb24a-befb-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId> 1208 1109 <Name>Sheboygan</Name> 1209 1110 <MapDefinition>Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition</MapDefinition> 1210 <BackgroundColor>FFCDBD9C</BackgroundColor> 1111 <BackgroundColor>ffcdbd9c</BackgroundColor> 1112 <IconMimeType>image/png</IconMimeType> 1211 1113 <CoordinateSystem> 1212 1114 <Wkt>GEOGCS["WGS84 Lat/Long's, Degrees, -180 ==> +180",DATUM["D_WGS_1984",SPHEROID["World_Geodetic_System_of_1984",6378137,298.257222932867]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]</Wkt> … … 1229 1131 <Type>1</Type> 1230 1132 <LegendLabel>Base Map</LegendLabel> 1231 <ObjectId> 52f58600-bcb3-11e2-8000-080027004461</ObjectId>1133 <ObjectId>469f5bd4-befb-11e2-8000-080027004461</ObjectId> 1232 1134 <DisplayInLegend>true</DisplayInLegend> 1233 1135 <ExpandInLegend>true</ExpandInLegend> … … 1239 1141 <Type>1</Type> 1240 1142 <LegendLabel>Municipal</LegendLabel> 1241 <ObjectId> 52f58600-bcb3-11e2-8001-080027004461</ObjectId>1143 <ObjectId>469f5bd4-befb-11e2-8001-080027004461</ObjectId> 1242 1144 <DisplayInLegend>true</DisplayInLegend> 1243 1145 <ExpandInLegend>true</ExpandInLegend> … … 1249 1151 <Type>1</Type> 1250 1152 <LegendLabel>Transportation</LegendLabel> 1251 <ObjectId> 52f58600-bcb3-11e2-8002-080027004461</ObjectId>1153 <ObjectId>469f5bd4-befb-11e2-8002-080027004461</ObjectId> 1252 1154 <DisplayInLegend>true</DisplayInLegend> 1253 1155 <ExpandInLegend>true</ExpandInLegend> … … 1256 1158 </Group> 1257 1159 <Layer> 1258 <Type>1</Type> 1160 <Name>Roads</Name> 1161 <Type>1</Type> 1162 <LegendLabel>Roads</LegendLabel> 1163 <ObjectId>469f82e4-befb-11e2-8000-080027004461</ObjectId> 1164 <ParentId>469f5bd4-befb-11e2-8002-080027004461</ParentId> 1165 <Selectable>false</Selectable> 1166 <DisplayInLegend>true</DisplayInLegend> 1167 <ExpandInLegend>true</ExpandInLegend> 1168 <Visible>true</Visible> 1169 <ActuallyVisible>true</ActuallyVisible> 1259 1170 <LayerDefinition>Library://Samples/Sheboygan/Layers/Roads.LayerDefinition</LayerDefinition> 1260 <Name>Roads</Name>1261 <LegendLabel>Roads</LegendLabel>1262 <ObjectId>52f5ad10-bcb3-11e2-8000-080027004461</ObjectId>1263 <ParentId>52f58600-bcb3-11e2-8002-080027004461</ParentId>1264 <Selectable>false</Selectable>1265 <DisplayInLegend>true</DisplayInLegend>1266 <ExpandInLegend>true</ExpandInLegend>1267 <Visible>true</Visible>1268 <ActuallyVisible>true</ActuallyVisible>1269 1171 <FeatureSource> 1270 1172 <ResourceId>Library://Samples/Sheboygan/Data/RoadCenterLines.FeatureSource</ResourceId> … … 1275 1177 <MinScale>0</MinScale> 1276 1178 <MaxScale>10000</MaxScale> 1277 <Rule> 1278 <GeometryType>2</GeometryType> 1279 <ThemeCategory>0</ThemeCategory> 1280 <LegendLabel/> 1281 <Filter/> 1282 <Icon> 1283 <MimeType>image/png</MimeType> 1284 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Content> 1285 </Icon> 1286 </Rule> 1179 <FeatureStyle> 1180 <Type>2</Type> 1181 <Rule> 1182 <LegendLabel/> 1183 <Filter/> 1184 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Icon> 1185 </Rule> 1186 </FeatureStyle> 1287 1187 </ScaleRange> 1288 1188 <ScaleRange> 1289 1189 <MinScale>10000</MinScale> 1290 1190 <MaxScale>24000</MaxScale> 1291 <Rule> 1292 <GeometryType>2</GeometryType> 1293 <ThemeCategory>0</ThemeCategory> 1294 <LegendLabel/> 1295 <Filter/> 1296 <Icon> 1297 <MimeType>image/png</MimeType> 1298 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Content> 1299 </Icon> 1300 </Rule> 1301 </ScaleRange> 1302 </Layer> 1303 <Layer> 1304 <Type>1</Type> 1305 <LayerDefinition>Library://Samples/Sheboygan/Layers/Tracks.LayerDefinition</LayerDefinition> 1191 <FeatureStyle> 1192 <Type>2</Type> 1193 <Rule> 1194 <LegendLabel/> 1195 <Filter/> 1196 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAIklEQVQokWP8//8/AymAiSTVI1UDS3t7O21tYByNOFpoAAAJdQewcVU/XQAAAABJRU5ErkJggg==</Icon> 1197 </Rule> 1198 </FeatureStyle> 1199 </ScaleRange> 1200 </Layer> 1201 <Layer> 1306 1202 <Name>Rail Lines</Name> 1203 <Type>1</Type> 1307 1204 <LegendLabel>Rail Lines</LegendLabel> 1308 <ObjectId> 52f5ad10-bcb3-11e2-8001-080027004461</ObjectId>1309 <ParentId> 52f58600-bcb3-11e2-8002-080027004461</ParentId>1205 <ObjectId>469f82e4-befb-11e2-8001-080027004461</ObjectId> 1206 <ParentId>469f5bd4-befb-11e2-8002-080027004461</ParentId> 1310 1207 <Selectable>false</Selectable> 1311 1208 <DisplayInLegend>true</DisplayInLegend> … … 1313 1210 <Visible>false</Visible> 1314 1211 <ActuallyVisible>false</ActuallyVisible> 1212 <LayerDefinition>Library://Samples/Sheboygan/Layers/Tracks.LayerDefinition</LayerDefinition> 1315 1213 <FeatureSource> 1316 1214 <ResourceId>Library://Samples/Sheboygan/Data/Rail.FeatureSource</ResourceId> … … 1321 1219 <MinScale>0</MinScale> 1322 1220 <MaxScale>24000</MaxScale> 1323 <Rule> 1324 <GeometryType>2</GeometryType> 1325 <ThemeCategory>0</ThemeCategory> 1326 <LegendLabel/> 1327 <Filter/> 1328 <Icon> 1329 <MimeType>image/png</MimeType> 1330 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAb0lEQVQokc2SwQnAIBAE15AmbMpSfdiIWIR3YAn62Dwur0AECULmtY9ZjoVzJLHCsWR/KIwxSilz1Zy70FqLMc4L5uzfcKaUAIiIiFh+oKoAvPfmrF8IIQCotaqq5TfM2T8aJEn23nPOnGKO+9/zXc8lZ5XdLNzmAAAAAElFTkSuQmCC</Content> 1331 </Icon> 1332 </Rule> 1333 </ScaleRange> 1334 </Layer> 1335 <Layer> 1336 <Type>1</Type> 1221 <FeatureStyle> 1222 <Type>2</Type> 1223 <Rule> 1224 <LegendLabel/> 1225 <Filter/> 1226 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAb0lEQVQokc2SwQnAIBAE15AmbMpSfdiIWIR3YAn62Dwur0AECULmtY9ZjoVzJLHCsWR/KIwxSilz1Zy70FqLMc4L5uzfcKaUAIiIiFh+oKoAvPfmrF8IIQCotaqq5TfM2T8aJEn23nPOnGKO+9/zXc8lZ5XdLNzmAAAAAElFTkSuQmCC</Icon> 1227 </Rule> 1228 </FeatureStyle> 1229 </ScaleRange> 1230 </Layer> 1231 <Layer> 1232 <Name>Districts</Name> 1233 <Type>1</Type> 1234 <LegendLabel>Districts</LegendLabel> 1235 <ObjectId>469f82e4-befb-11e2-8002-080027004461</ObjectId> 1236 <ParentId>469f5bd4-befb-11e2-8001-080027004461</ParentId> 1237 <Selectable>false</Selectable> 1238 <DisplayInLegend>true</DisplayInLegend> 1239 <ExpandInLegend>true</ExpandInLegend> 1240 <Visible>true</Visible> 1241 <ActuallyVisible>false</ActuallyVisible> 1337 1242 <LayerDefinition>Library://Samples/Sheboygan/Layers/Districts.LayerDefinition</LayerDefinition> 1338 <Name>Districts</Name>1339 <LegendLabel>Districts</LegendLabel>1340 <ObjectId>52f5ad10-bcb3-11e2-8002-080027004461</ObjectId>1341 <ParentId>52f58600-bcb3-11e2-8001-080027004461</ParentId>1342 <Selectable>false</Selectable>1343 <DisplayInLegend>true</DisplayInLegend>1344 <ExpandInLegend>true</ExpandInLegend>1345 <Visible>true</Visible>1346 <ActuallyVisible>false</ActuallyVisible>1347 1243 <FeatureSource> 1348 1244 <ResourceId>Library://Samples/Sheboygan/Data/VotingDistricts.FeatureSource</ResourceId> … … 1353 1249 <MinScale>10000</MinScale> 1354 1250 <MaxScale>1000000000000</MaxScale> 1355 <Rule> 1356 <GeometryType>3</GeometryType> 1357 <ThemeCategory>0</ThemeCategory> 1358 <LegendLabel/> 1359 <Filter/> 1360 <Icon> 1361 <MimeType>image/png</MimeType> 1362 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOUlEQVQokWPcs6JOTFabgTjw6vFVhktHV/4nGlw6upKJSLPhYFTDqAZqaWB59fjq5WOriFT96vFVACkEOt/4XD28AAAAAElFTkSuQmCC</Content> 1363 </Icon> 1364 </Rule> 1365 </ScaleRange> 1366 </Layer> 1367 <Layer> 1368 <Type>1</Type> 1251 <FeatureStyle> 1252 <Type>3</Type> 1253 <Rule> 1254 <LegendLabel/> 1255 <Filter/> 1256 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOUlEQVQokWPcs6JOTFabgTjw6vFVhktHV/4nGlw6upKJSLPhYFTDqAZqaWB59fjq5WOriFT96vFVACkEOt/4XD28AAAAAElFTkSuQmCC</Icon> 1257 </Rule> 1258 </FeatureStyle> 1259 </ScaleRange> 1260 </Layer> 1261 <Layer> 1262 <Name>Buildings</Name> 1263 <Type>1</Type> 1264 <LegendLabel>Buildings</LegendLabel> 1265 <ObjectId>469f82e4-befb-11e2-8003-080027004461</ObjectId> 1266 <ParentId>469f5bd4-befb-11e2-8001-080027004461</ParentId> 1267 <Selectable>false</Selectable> 1268 <DisplayInLegend>true</DisplayInLegend> 1269 <ExpandInLegend>true</ExpandInLegend> 1270 <Visible>true</Visible> 1271 <ActuallyVisible>true</ActuallyVisible> 1369 1272 <LayerDefinition>Library://Samples/Sheboygan/Layers/Buildings.LayerDefinition</LayerDefinition> 1370 <Name>Buildings</Name>1371 <LegendLabel>Buildings</LegendLabel>1372 <ObjectId>52f5ad10-bcb3-11e2-8003-080027004461</ObjectId>1373 <ParentId>52f58600-bcb3-11e2-8001-080027004461</ParentId>1374 <Selectable>false</Selectable>1375 <DisplayInLegend>true</DisplayInLegend>1376 <ExpandInLegend>true</ExpandInLegend>1377 <Visible>true</Visible>1378 <ActuallyVisible>true</ActuallyVisible>1379 1273 <FeatureSource> 1380 1274 <ResourceId>Library://Samples/Sheboygan/Data/BuildingOutlines.FeatureSource</ResourceId> … … 1385 1279 <MinScale>0</MinScale> 1386 1280 <MaxScale>1500</MaxScale> 1387 <Rule> 1388 <GeometryType>3</GeometryType> 1389 <ThemeCategory>0</ThemeCategory> 1390 <LegendLabel/> 1391 <Filter/> 1392 <Icon> 1393 <MimeType>image/png</MimeType> 1394 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWM8evToy5cvGYgD4uLiLC9fvrx06RKRGvT09JiIVAoHoxpGNVBLA4u4uLienh6RqsXFxQHMyAxCMWcM4QAAAABJRU5ErkJggg==</Content> 1395 </Icon> 1396 </Rule> 1397 </ScaleRange> 1398 </Layer> 1399 <Layer> 1400 <Type>1</Type> 1281 <FeatureStyle> 1282 <Type>3</Type> 1283 <Rule> 1284 <LegendLabel/> 1285 <Filter/> 1286 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWM8evToy5cvGYgD4uLiLC9fvrx06RKRGvT09JiIVAoHoxpGNVBLA4u4uLienh6RqsXFxQHMyAxCMWcM4QAAAABJRU5ErkJggg==</Icon> 1287 </Rule> 1288 </FeatureStyle> 1289 </ScaleRange> 1290 </Layer> 1291 <Layer> 1292 <Name>Parcels</Name> 1293 <Type>1</Type> 1294 <LegendLabel>Parcels</LegendLabel> 1295 <ObjectId>469f82e4-befb-11e2-8004-080027004461</ObjectId> 1296 <ParentId>469f5bd4-befb-11e2-8001-080027004461</ParentId> 1297 <Selectable>true</Selectable> 1298 <DisplayInLegend>true</DisplayInLegend> 1299 <ExpandInLegend>true</ExpandInLegend> 1300 <Visible>true</Visible> 1301 <ActuallyVisible>true</ActuallyVisible> 1401 1302 <LayerDefinition>Library://Samples/Sheboygan/Layers/Parcels.LayerDefinition</LayerDefinition> 1402 <Name>Parcels</Name>1403 <LegendLabel>Parcels</LegendLabel>1404 <ObjectId>52f5ad10-bcb3-11e2-8004-080027004461</ObjectId>1405 <ParentId>52f58600-bcb3-11e2-8001-080027004461</ParentId>1406 <Selectable>true</Selectable>1407 <DisplayInLegend>true</DisplayInLegend>1408 <ExpandInLegend>true</ExpandInLegend>1409 <Visible>true</Visible>1410 <ActuallyVisible>true</ActuallyVisible>1411 1303 <FeatureSource> 1412 1304 <ResourceId>Library://Samples/Sheboygan/Data/Parcels.FeatureSource</ResourceId> … … 1417 1309 <MinScale>0</MinScale> 1418 1310 <MaxScale>10000</MaxScale> 1419 <Rule> 1420 <GeometryType>3</GeometryType> 1421 <ThemeCategory>0</ThemeCategory> 1422 <LegendLabel>Zone: AGR</LegendLabel> 1423 <Filter>RTYPE = 'AGR'</Filter> 1424 <Icon> 1425 <MimeType>image/png</MimeType> 1426 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWOc0F4lwPGbgTjw4QcriwDHb0X+r0RquM/AzUSkUjgY1TCqgVoaWD78YL3PwE2k6g8/WAEoyAybnvNMrwAAAABJRU5ErkJggg==</Content> 1427 </Icon> 1428 </Rule> 1429 <Rule> 1430 <GeometryType>3</GeometryType> 1431 <ThemeCategory>1</ThemeCategory> 1432 <LegendLabel>Zone: EXM</LegendLabel> 1433 <Filter>RTYPE = 'EXM'</Filter> 1434 </Rule> 1435 <Rule> 1436 <GeometryType>3</GeometryType> 1437 <ThemeCategory>2</ThemeCategory> 1438 <LegendLabel>Zone: MER</LegendLabel> 1439 <Filter>RTYPE = 'MER'</Filter> 1440 </Rule> 1441 <Rule> 1442 <GeometryType>3</GeometryType> 1443 <ThemeCategory>3</ThemeCategory> 1444 <LegendLabel>Zone: MFG</LegendLabel> 1445 <Filter>RTYPE = 'MFG'</Filter> 1446 </Rule> 1447 <Rule> 1448 <GeometryType>3</GeometryType> 1449 <ThemeCategory>4</ThemeCategory> 1450 <LegendLabel>Zone: RES</LegendLabel> 1451 <Filter>RTYPE = 'RES'</Filter> 1452 </Rule> 1453 <Rule> 1454 <GeometryType>3</GeometryType> 1455 <ThemeCategory>5</ThemeCategory> 1456 <LegendLabel>Zone: S&W</LegendLabel> 1457 <Filter>RTYPE = 'S&W'</Filter> 1458 </Rule> 1459 <Rule> 1460 <GeometryType>3</GeometryType> 1461 <ThemeCategory>6</ThemeCategory> 1462 <LegendLabel>Zone: WTC</LegendLabel> 1463 <Filter>RTYPE = 'WTC'</Filter> 1464 </Rule> 1465 <Rule> 1466 <GeometryType>3</GeometryType> 1467 <ThemeCategory>7</ThemeCategory> 1468 <LegendLabel>Zone: Other</LegendLabel> 1469 <Filter/> 1470 <Icon> 1471 <MimeType>image/png</MimeType> 1472 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAMUlEQVQokWM0NTU1NTVlIA6cPn2axdTUNCsri0gN06ZNYyJSKRyMahjVQC0NjKQmbwAmVgr+9vodNwAAAABJRU5ErkJggg==</Content> 1473 </Icon> 1474 </Rule> 1475 </ScaleRange> 1476 </Layer> 1477 <Layer> 1478 <Type>1</Type> 1311 <FeatureStyle> 1312 <Type>3</Type> 1313 <Rule> 1314 <LegendLabel>Zone: AGR</LegendLabel> 1315 <Filter>RTYPE = 'AGR'</Filter> 1316 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAOklEQVQokWOc0F4lwPGbgTjw4QcriwDHb0X+r0RquM/AzUSkUjgY1TCqgVoaWD78YL3PwE2k6g8/WAEoyAybnvNMrwAAAABJRU5ErkJggg==</Icon> 1317 </Rule> 1318 <Rule> 1319 <LegendLabel>Zone: EXM</LegendLabel> 1320 <Filter>RTYPE = 'EXM'</Filter> 1321 </Rule> 1322 <Rule> 1323 <LegendLabel>Zone: MER</LegendLabel> 1324 <Filter>RTYPE = 'MER'</Filter> 1325 </Rule> 1326 <Rule> 1327 <LegendLabel>Zone: MFG</LegendLabel> 1328 <Filter>RTYPE = 'MFG'</Filter> 1329 </Rule> 1330 <Rule> 1331 <LegendLabel>Zone: RES</LegendLabel> 1332 <Filter>RTYPE = 'RES'</Filter> 1333 </Rule> 1334 <Rule> 1335 <LegendLabel>Zone: S&W</LegendLabel> 1336 <Filter>RTYPE = 'S&W'</Filter> 1337 </Rule> 1338 <Rule> 1339 <LegendLabel>Zone: WTC</LegendLabel> 1340 <Filter>RTYPE = 'WTC'</Filter> 1341 </Rule> 1342 <Rule> 1343 <LegendLabel>Zone: Other</LegendLabel> 1344 <Filter/> 1345 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAMUlEQVQokWM0NTU1NTVlIA6cPn2axdTUNCsri0gN06ZNYyJSKRyMahjVQC0NjKQmbwAmVgr+9vodNwAAAABJRU5ErkJggg==</Icon> 1346 </Rule> 1347 </FeatureStyle> 1348 </ScaleRange> 1349 </Layer> 1350 <Layer> 1351 <Name>Islands</Name> 1352 <Type>1</Type> 1353 <LegendLabel>Islands</LegendLabel> 1354 <ObjectId>469fa9f4-befb-11e2-8000-080027004461</ObjectId> 1355 <ParentId>469f5bd4-befb-11e2-8000-080027004461</ParentId> 1356 <Selectable>false</Selectable> 1357 <DisplayInLegend>true</DisplayInLegend> 1358 <ExpandInLegend>true</ExpandInLegend> 1359 <Visible>true</Visible> 1360 <ActuallyVisible>true</ActuallyVisible> 1479 1361 <LayerDefinition>Library://Samples/Sheboygan/Layers/Islands.LayerDefinition</LayerDefinition> 1480 <Name>Islands</Name>1481 <LegendLabel>Islands</LegendLabel>1482 <ObjectId>52f5d420-bcb3-11e2-8000-080027004461</ObjectId>1483 <ParentId>52f58600-bcb3-11e2-8000-080027004461</ParentId>1484 <Selectable>false</Selectable>1485 <DisplayInLegend>true</DisplayInLegend>1486 <ExpandInLegend>true</ExpandInLegend>1487 <Visible>true</Visible>1488 <ActuallyVisible>true</ActuallyVisible>1489 1362 <FeatureSource> 1490 1363 <ResourceId>Library://Samples/Sheboygan/Data/Islands.FeatureSource</ResourceId> … … 1495 1368 <MinScale>0</MinScale> 1496 1369 <MaxScale>1000000000000</MaxScale> 1497 <Rule> 1498 <GeometryType>3</GeometryType> 1499 <ThemeCategory>0</ThemeCategory> 1500 <LegendLabel/> 1501 <Filter/> 1502 <Icon> 1503 <MimeType>image/png</MimeType> 1504 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Content> 1505 </Icon> 1506 </Rule> 1507 </ScaleRange> 1508 </Layer> 1509 <Layer> 1510 <Type>1</Type> 1370 <FeatureStyle> 1371 <Type>3</Type> 1372 <Rule> 1373 <LegendLabel/> 1374 <Filter/> 1375 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Icon> 1376 </Rule> 1377 </FeatureStyle> 1378 </ScaleRange> 1379 </Layer> 1380 <Layer> 1381 <Name>Hydrography</Name> 1382 <Type>1</Type> 1383 <LegendLabel>Hydrography</LegendLabel> 1384 <ObjectId>469fa9f4-befb-11e2-8001-080027004461</ObjectId> 1385 <ParentId>469f5bd4-befb-11e2-8000-080027004461</ParentId> 1386 <Selectable>false</Selectable> 1387 <DisplayInLegend>true</DisplayInLegend> 1388 <ExpandInLegend>true</ExpandInLegend> 1389 <Visible>true</Visible> 1390 <ActuallyVisible>true</ActuallyVisible> 1511 1391 <LayerDefinition>Library://Samples/Sheboygan/Layers/Hydrography.LayerDefinition</LayerDefinition> 1512 <Name>Hydrography</Name>1513 <LegendLabel>Hydrography</LegendLabel>1514 <ObjectId>52f5d420-bcb3-11e2-8001-080027004461</ObjectId>1515 <ParentId>52f58600-bcb3-11e2-8000-080027004461</ParentId>1516 <Selectable>false</Selectable>1517 <DisplayInLegend>true</DisplayInLegend>1518 <ExpandInLegend>true</ExpandInLegend>1519 <Visible>true</Visible>1520 <ActuallyVisible>true</ActuallyVisible>1521 1392 <FeatureSource> 1522 1393 <ResourceId>Library://Samples/Sheboygan/Data/HydrographicPolygons.FeatureSource</ResourceId> … … 1527 1398 <MinScale>0</MinScale> 1528 1399 <MaxScale>1000000000000</MaxScale> 1529 <Rule> 1530 <GeometryType>3</GeometryType> 1531 <ThemeCategory>0</ThemeCategory> 1532 <LegendLabel/> 1533 <Filter/> 1534 <Icon> 1535 <MimeType>image/png</MimeType> 1536 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWNcffwlAymAiSTVoxpGNQwpDQBmNQJ7CUalHwAAAABJRU5ErkJggg==</Content> 1537 </Icon> 1538 </Rule> 1539 </ScaleRange> 1540 </Layer> 1541 <Layer> 1542 <Type>1</Type> 1400 <FeatureStyle> 1401 <Type>3</Type> 1402 <Rule> 1403 <LegendLabel/> 1404 <Filter/> 1405 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWNcffwlAymAiSTVoxpGNQwpDQBmNQJ7CUalHwAAAABJRU5ErkJggg==</Icon> 1406 </Rule> 1407 </FeatureStyle> 1408 </ScaleRange> 1409 </Layer> 1410 <Layer> 1411 <Name>CityLimits</Name> 1412 <Type>1</Type> 1413 <LegendLabel>CityLimits</LegendLabel> 1414 <ObjectId>469fa9f4-befb-11e2-8002-080027004461</ObjectId> 1415 <ParentId>469f5bd4-befb-11e2-8000-080027004461</ParentId> 1416 <Selectable>false</Selectable> 1417 <DisplayInLegend>true</DisplayInLegend> 1418 <ExpandInLegend>true</ExpandInLegend> 1419 <Visible>true</Visible> 1420 <ActuallyVisible>true</ActuallyVisible> 1543 1421 <LayerDefinition>Library://Samples/Sheboygan/Layers/CityLimits.LayerDefinition</LayerDefinition> 1544 <Name>CityLimits</Name>1545 <LegendLabel>CityLimits</LegendLabel>1546 <ObjectId>52f5d420-bcb3-11e2-8002-080027004461</ObjectId>1547 <ParentId>52f58600-bcb3-11e2-8000-080027004461</ParentId>1548 <Selectable>false</Selectable>1549 <DisplayInLegend>true</DisplayInLegend>1550 <ExpandInLegend>true</ExpandInLegend>1551 <Visible>true</Visible>1552 <ActuallyVisible>true</ActuallyVisible>1553 1422 <FeatureSource> 1554 1423 <ResourceId>Library://Samples/Sheboygan/Data/CityLimits.FeatureSource</ResourceId> … … 1559 1428 <MinScale>0</MinScale> 1560 1429 <MaxScale>10000</MaxScale> 1561 <Rule> 1562 <GeometryType>3</GeometryType> 1563 <ThemeCategory>0</ThemeCategory> 1564 <LegendLabel/> 1565 <Filter/> 1566 <Icon> 1567 <MimeType>image/png</MimeType> 1568 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWM8cOAAAymAiSTVoxpGNQwpDQAT+QJghokBTgAAAABJRU5ErkJggg==</Content> 1569 </Icon> 1570 </Rule> 1430 <FeatureStyle> 1431 <Type>3</Type> 1432 <Rule> 1433 <LegendLabel/> 1434 <Filter/> 1435 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWM8cOAAAymAiSTVoxpGNQwpDQAT+QJghokBTgAAAABJRU5ErkJggg==</Icon> 1436 </Rule> 1437 </FeatureStyle> 1571 1438 </ScaleRange> 1572 1439 <ScaleRange> 1573 1440 <MinScale>10000</MinScale> 1574 1441 <MaxScale>1000000000000</MaxScale> 1575 <Rule> 1576 <GeometryType>3</GeometryType> 1577 <ThemeCategory>0</ThemeCategory> 1578 <LegendLabel/> 1579 <Filter/> 1580 <Icon> 1581 <MimeType>image/png</MimeType> 1582 <Content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Content> 1583 </Icon> 1584 </Rule> 1442 <FeatureStyle> 1443 <Type>3</Type> 1444 <Rule> 1445 <LegendLabel/> 1446 <Filter/> 1447 <Icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAAAGUlEQVQokWO8emINAymAiSTVoxpGNQwpDQAvoAJpPgoElwAAAABJRU5ErkJggg==</Icon> 1448 </Rule> 1449 </FeatureStyle> 1585 1450 </ScaleRange> 1586 1451 </Layer>