The partial-import warning for KML/KMZ files containing <NetworkLink> elements currently reads:
BC_Hydro_Facilities_IVMP.kmz: Skipped 2 network-linked layers that reference remote data and cannot be imported: Substations and Mobile Radio Repeaters.
Reword for clarity (per user feedback), e.g.:
Warning: BC_Hydro_Facilities_IVMP.kmz contained 2 network-linked layers which cannot be imported because they reference remote data: "Substations" and "Mobile Radio Repeaters".
Changes: weave the source filename into the sentence (instead of the "<file>: " prefix), quote the individual layer names, and lead with "Warning:".
Source: discard_network_links in lib/spatial_features/importers/kml.rb (the message) and the source_identifier prefixing in lib/spatial_features/has_spatial_features/feature_import.rb (the filename). Introduced in #53.
🤖 Generated with Claude Code
The partial-import warning for KML/KMZ files containing
<NetworkLink>elements currently reads:Reword for clarity (per user feedback), e.g.:
Changes: weave the source filename into the sentence (instead of the
"<file>: "prefix), quote the individual layer names, and lead with "Warning:".Source:
discard_network_linksinlib/spatial_features/importers/kml.rb(the message) and thesource_identifierprefixing inlib/spatial_features/has_spatial_features/feature_import.rb(the filename). Introduced in #53.🤖 Generated with Claude Code