Hi,
I have been working on making TM maps using TDS data in ArcGIS Pro and got some problems with displaying coast features in Adjoining Sheets Guide, Boundaries, and Elevation Guide maps.
Here's how I went through the steps to make a TM map.
First, I selected an index of the coastal area through the Production Manager application. The area contains tidal water features (F_Code BA040 of Hydrography Surface feature class).
Then, I ran a "Cartography-Automated" job to create a TM map in ArcGIS Pro. The expected output should display blue-colored tidal water features in Boundaries, Adjoining Sheets, and Elevation Guide maps.
For example, one like this:
However, the output was totally different from what I expected. It did NOT have those features on the map, also the BaseMap.
It is weird that TDS data does have the features, but the output does not.
Does anyone have this kind of issue when generating a map or know how to fix this?
Thanks 🙂
Solved! Go to Solution.
Hello,
For the TM50 production type you have defined, please use the Manage Production Type tool to check the Extract Operation. We recommend INTERSECTS for cartography production types and CONTAINS for data maintenance. INTERSECTS for cartography production types will ensure all features intersecting the AOI are extracted. It's possible that if you do not choose this option, large features that extend outside the AOI like Tidal Water and landcover features may not be extracted to the job 's file geodatabase. If this is the case, change to INTERSECTS, run, then create another job. See below:
Let us know if this solves the issue or if not, any more detail you can provide would help.
Hello,
For the TM50 production type you have defined, please use the Manage Production Type tool to check the Extract Operation. We recommend INTERSECTS for cartography production types and CONTAINS for data maintenance. INTERSECTS for cartography production types will ensure all features intersecting the AOI are extracted. It's possible that if you do not choose this option, large features that extend outside the AOI like Tidal Water and landcover features may not be extracted to the job 's file geodatabase. If this is the case, change to INTERSECTS, run, then create another job. See below:
Let us know if this solves the issue or if not, any more detail you can provide would help.
Thanks @GCRice_EsriPS !
YES, the Intersects option did solve this problem!