#include <iostream>#include <string>#include "adore_map/map_loader.hpp"#include "adore_map/config.hpp"#include "helpers.hpp"
Functions | |
| int | main (int argc, char *argv[]) |
| Test program to load R2S map data from WFS and compare with R2S map data loaded from file. More... | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Test program to load R2S map data from WFS and compare with R2S map data loaded from file.
This program initializes a MapDownloader instance, downloads map data for reference lines and lane borders from WFS, loads R2S map data from from CSV files created using a Python downloader and the R2S parser (the legacy methods for loading map data) and compares the two datasets for equality. These files were created from the same source as the WFS data, so they should match. It demonstrates the functionality of loading map data from WFS and ensures consistency with legacy R2S CSV files. The program uses a configuration file to set parameters such as server URL, project name, layer names, and bounding box.
