geoinquietosvlc / antipodes-map

Repository with the data and code for the antipodes school map
https://geoinquietosvlc.github.io/antipodes-map/
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

Filter the Spanish Schools to show only Primary, Secondary and Bachelor #20

Closed vehrka closed 9 years ago

vehrka commented 9 years ago

We should be showing just those 3 categories, the Query goes like

SELECT * FROM registro_centros_es WHERE cat ~ 'B' OR cat ~ 'D' OR cat ~ 'E'

jsanz commented 9 years ago

I'll add a WHERE optional config parameter to the map objects