kartoza / IGRAC-GGIS

https://ggis.un-igrac.org/
GNU Affero General Public License v3.0
4 stars 5 forks source link

We need to fix fature type #124

Closed timlinux closed 4 years ago

timlinux commented 4 years ago

See https://staging.igrac.kartoza.com/maps/new?layer=groundwater:Groundwater_Well&view=True

CREATE VIEW well_information AS select w.id, w.id as "ggis_id", w.original_id as "original_id", w.name as "name", c.name as "country", type.name as "fature_type", hydro.aquifer_name

meomancer commented 4 years ago

Done