Tim Waters
Tim Waters
good idea. planned change in JS mapping engine supports rotation
Turns out the code doesn't pass in options correctly. simplemde_editor_input.js needs to be edited: ``` $(document).ready(function () { $('.simplemde-editor').each(function () { var options = { element: $(this).get(0) }; options =...
i've updated the code to be able to fix this now. Thank you for the examples. These really helped (Note that the server itself is going offline soon, but the...
Looks like the methods / endpoint in the API is missing for this. add_many in the v1/api is adding many control points to many maps - useful during an import...
Its a nice idea, and one its been looked at before. Some institutions have multiple copies of an old map and they would like to update the base image. But...
You can import and export control points. click control points under control panel:  export points link also on export tab
Let me know how the API is or if you encounter any sticking points. I don't think many people use it!
This may be an issue with umap Note the way the URL is encoded within umap when you enter it as https://mapwarper.net/maps/tile/36892/{z}/{x}/{y}.png https://mapwarper.net/maps/tile/36892/{z}/{x}/{y}.png on it's own isn't a valid image,...