You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.
Right now valid topics are determined based on the data cache (which we are trying to eliminate) such that if there are crime attributes for an address then the crime topic will be shown in the topics list. The same thing goes for development. Likewise, if its in the city then we show the trash and recycling topics. If we have an address or addresses we can show the property topic. If the street is in the street's geocoder then we show the street maintenance topic. You get the idea...all these depend on the data cache layer.
So...
We need a way to come up with a list of valid topics based solely on the latitude and longitude coordinates of an address and the topic's geometry or the geometry of administrative boundary (like city and county limits). We don't currently have any admin boundaries but I can add them to the ArcGIS for Server instance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now valid topics are determined based on the data cache (which we are trying to eliminate) such that if there are crime attributes for an address then the crime topic will be shown in the topics list. The same thing goes for development. Likewise, if its in the city then we show the trash and recycling topics. If we have an address or addresses we can show the property topic. If the street is in the street's geocoder then we show the street maintenance topic. You get the idea...all these depend on the data cache layer.
So...
We need a way to come up with a list of valid topics based solely on the latitude and longitude coordinates of an address and the topic's geometry or the geometry of administrative boundary (like city and county limits). We don't currently have any admin boundaries but I can add them to the ArcGIS for Server instance.
The text was updated successfully, but these errors were encountered: