Ian Ward
Ian Ward
huge +1 from me. It should be part of a different extension though because it's useful even if you're not using scheming. ckanext-spatial seems like the most appropriate place. ckanext-fluent...
if this is built a separate extension the JS, CSS and geos lib requirements aren't a problem. What's a "save method"?
We could have a super basic version of this in scheming that just allows entering a bounding box lng/lat values, then another extension can add all the awesome stuff you've...
@florianm spatial might be the best place if it already has all the requirements. Hmm. I thought h was inserted into everything. I'm using it here without any problems: https://github.com/open-data/ckanext-scheming/blob/master/ckanext/scheming/templates/scheming/display_snippets/select.html
That looks really good! There's no special reason to use macros. That's just the way the current form reuses bits of jinja2 templates, but it's unnecessary when we have one...
[here](https://github.com/open-data/ckanext-scheming/issues/11#issuecomment-66448057) I said this should be separate from ckanext-scheming, but this looks so nice I'm changing my mind. It would be great to have a good standard spatial input and...
@fibonaki This isn't currenly handled by scheming but it would be great to add. The trick is to use the dataset new page for your type of dataset, so if...
I'll need this soon so I'll see if there's a clean way to make listing the new types generic. possibly just a separate "new" button for each.
You'll need to update your solr schema to mark this field as repeating then re-index it. You might also need to customize the facet display. This is something scheming can't...
The facet display isn't handled automatically by scheming, you need to customize your facets something like: https://github.com/open-data/ckanext-canada/blob/89783b9a4515cd23b71567af9af07ddbb6faf6b6/ckanext/canada/templates/public/snippets/facet_list.html#L22-L26