Hello,I am building a custom locator style for a project, and one of the mapping schemas is using a single-range matching method. The trick is that this locator doesn't deal with "street" sides, or to put it another way, parity needs to be ignored. So I'm wanting all interpolated points to fall on the center of the centerline. I have two questions:1. Are the "Side" and "Parity" fields required for the reference data?2. For PARITY, are there (default) values other than D? See code paste below (I'm assuming this refers to D_INT for Left/Right intervals per the older 9.x rule base)<field name="Parity" required="false">
<desc>Range parity (used primaily for indicating non-trivial parity cases)</desc>
<preferred_name>PARITY</preferred_name>
<default_value>D</default_value>
</field>
Has anyone else tried to do this?ESRI: Are there any plans to expand on the documentation available for custom address locator style development?Thanks all!-Jackson