-
Notifications
You must be signed in to change notification settings - Fork 552
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
Draw Projects #1005
Draw Projects #1005
Conversation
- remove a project using "Drawn Items reset" from the drawtools panel; - fix when the stock drawtools localstorage is resetted;
@jonatkins When will this be approved/rejected? This is a functionality that I know a lot of OPs would absolutely LOVE! I hope it gets approved soon!!! So much potential!!! |
+1 please |
@jonatkins please consider to merge this ASAP. It's musthave feature |
} | ||
|
||
for(field in window.localStorage) { | ||
if(field.includes(window.plugin.drawProjects.PREKEY)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 39 -> "string.includes" requires chrome 41 or firefox 40
use >> if(field.indexOf(window.plugin.drawProjects.PREKEY) !== -1) {
i was looking for this feature for a long time ! 1000 Thanks |
The IITC project on github now is stopped. I close this pull. When IITC will start again I'll request for this plugin (which has since changed) and for others. |
Little script to create in IITC various separated projects using draw tools.
NB: It's not possible see all the 'layers projects' simultaneously.
If you want you can rename the plugin or incorporate it to draw tools.
screenshot