You can visualize WMS data on a LuciadRIA Map in two ways:
-
LuciadRIA requests tiles from a WMS service and stitches them together in a single visualization on the map. See Visualize WMS data using a tiled approach for an example.
-
LuciadRIA requests a single image from the WMS service, with image dimensions identical to the map dimensions. See Visualize WMS data using a single image for an example.
The following table gives an overview of the differences between the two approaches:
WMSTileSetModel |
WMSImageModel |
|
|---|---|---|
|
Supported on |
✓ |
✗ |
|
No image scaling on the client |
✗ |
✓ |
|
Continuous raster data |
✓ Preferred |
✗ Not recommended |
|
Vector data |
✗ Not recommended |
✓ Preferred |
|
Data with text labels |
✗ Not recommended |
✓ Preferred |
|
Allows client-side caching |
✓ |
✗ |