-
Notifications
You must be signed in to change notification settings - Fork 7
implement AJAX geoJSON feature #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2acd5ea to
4b5479c
Compare
|
the requirement was merged already, so this could be merged after resolving conflicts. So it can be shipped with the new release. |
|
👍 |
|
@petschki is this working for you in master? i get the folling error: |
|
Also there are JS errors which break the geo selection: |
|
Isn't the JS error because of the new constraint on updated plone.patternslib? |
|
just investigated this with @agitator ... there's a missing upgrade step in plone.patternslib which should update the last compilation date of bundle-leaflet. I'll update hat next week. @MrTango could you try to import the latest |
|
i load the profile, but still have the js error while editing content. |
|
btw I'm using plone.patternslib master |
|
Some more investigations: in our Plone 5.2/py3 project with patternslib/master everything works without JS error. Since Plone 6 we get a JS error described here: plone/plone.patternslib#57 ... I think, this is the same as yours @MrTango (you need to enable debug mode and develop JS of |
this needs (!)