Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geopoint Not Always Being Set #4

Open
arranf opened this issue Mar 31, 2016 · 0 comments
Open

Geopoint Not Always Being Set #4

arranf opened this issue Mar 31, 2016 · 0 comments
Labels

Comments

@arranf
Copy link
Member

arranf commented Mar 31, 2016

On Rock 3.5 some valid addresses which return a longitude and latitude are sometimes not having a geopoint set.

Query to identify addresses without a geopoint:

SELECT TOP 1000 [Id]
      ,[GeoPoint]
      ,[Street1]
      ,[Street2]
      ,[City]
      ,[State]
      ,[Country]
      ,[StandardizeAttemptedDateTime]
      ,[StandardizeAttemptedServiceType]
      ,[StandardizeAttemptedResult]
      ,[StandardizedDateTime]
      ,[GeocodeAttemptedDateTime]
      ,[GeocodeAttemptedServiceType]
      ,[GeocodeAttemptedResult]
      ,[GeocodedDateTime]
      ,[PrinterDeviceId]
      ,[Guid]
      ,[PostalCode]
  FROM [Location]
  WHERE [StandardizeAttemptedServiceType] = 'IdealPostcodes' and [GeoPoint] IS NULL
@arranf arranf added the bug label Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant