Data source: Vaccinate The States

0 rows where county = "Camas" and state = "ID"

View and edit SQL

0 records

CREATE VIEW locations_expanded AS 
select
  locations.rowid,
  locations.*,
  y(locations.geometry) as latitude,
  x(locations.geometry) as longitude
from
  locations;