Skip to content

Instantly share code, notes, and snippets.

@tidwall
Created September 11, 2017 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tidwall/b99f633bb567c0fb679f1009347691b0 to your computer and use it in GitHub Desktop.
Save tidwall/b99f633bb567c0fb679f1009347691b0 to your computer and use it in GitHub Desktop.
Tile38 reverse lookup

Standard points

SET poi 1 POINT 34.849 -111.9287
SET poi 2 POINT 32.893 -111.6650
SET poi 3 POINT 36.123 -110.3027
SET poi 4 POINT 35.746 -108.0175
SET poi 5 POINT 33.431 -107.0947
          

Reverse index

SET poi r1 STRING US-AZ
SET poi r2 STRING US-AZ
SET poi r3 STRING US-AZ
SET poi r4 STRING US-NM
SET poi r5 STRING US-NM

Search for all New Mexico points

SEARCH poi MATCH US-NM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment