NENA911 / NG911GISDataModel

GIS Data Model templates based on the NENA Standard for NG9-1-1 GIS Data Model (NENA-STA-006.x)
Apache License 2.0
15 stars 7 forks source link

Corrupted field spec for ServiceURN on FirePrivatePolygon, in schema_fgdb_v2.py #72

Closed brudo closed 10 months ago

brudo commented 1 year ago

The field specification for ServiceNum on FirePrivatePolygon contains an errant extra "" before the domain and default value. This may lead to the feature class being created with no domain on that field, and with a default value of "ServiceURN" instead of "urn:emergency:service:responder.fire.private".

This issue does not show up in the generated File Geodatabase, NG911_GIS_Template.gdb.zip appearing in Git, as it appears that only includes the primary feature classes, so it does not include FirePrivatePolygon.

tomneer commented 1 year ago

Thanks for the heads up. Will take a look. I would not be surprised to find another typo.