In the release notes of WL 14.3, it is said that "An important feature of these maps is that they’re all produced with resolution-independent vector graphics."
How can I export to svg or pdf a vector graphics of a geographic map of the Eiffel Tower, for example?
GeoGraphics[Entity["Building", "EiffelTower::5h9w8"],
GeoBackground -> "VectorClassic", GeoRange -> Quantity[400, "Meters"]]
I right clicked on the output and clicked "Save Graphic as...", pdf format. I clicked the settings button and set "Use Highest Quality vector representation" as in the screenshot. Still, the pdf file is a raster graphics and not a vector graphics. Same when exporting to svg file.
