iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
991 stars 553 forks source link

[Plugin] draw-tools: How can I see data of IITC desktop with IITC mobile? #562

Open donghaerang opened 11 years ago

donghaerang commented 11 years ago

I've saved and used so many data with IITC desktop. How can I see data of desktop with IITC mobile?

ZasoGD commented 11 years ago

The plans are to be able to have multiple draw tools 'files', which (with the sync plugin) can be saved to google drive. Then, the drive share options can be used to share individual files either read-only or read-write with other users. [source: IITC comment https://plus.google.com/102247851301951438539/posts/i3poTvM9xKW]

However I think that a string with more than 10'000-20'000 characters is too long. How many things have you drawed?

donghaerang commented 11 years ago

@ZasoGD I just I collected data of South Korea because we can't see road on the Ingress app in South Korea.

jonatkins commented 11 years ago

I'm not quite sure how draw tools makes up for not seeing roads in the ingress app. IITC has many different base map layers available to choose from (some as plugins) and many of these - especially those based on OSM data, seem to have reasonable map coverage there.

dossy commented 8 years ago

This is a very old but still open issue. To answer the question of "how do I copy draw-tools objects from desktop to mobile" the current process might look like this:

On desktop:

  1. Click on "DrawTools Opt"
  2. Click on "Copy Drawn Items"
  3. Select the JSON in the textarea
  4. Paste the JSON into some storage that you can access from the mobile device (e.g., text file shared via Google Drive, etc.)

On mobile:

  1. Retrieve JSON from storage in previous step #4 above
  2. Click on "DrawTools Opt"
  3. Click on "Paste Drawn Items"
  4. Paste JSON into input field, click "OK"

Ideally, the Sync plugin could be used to automatically sync DrawTools data (c.f. issue #350), but until then, this is the manual process that can be used.

denishowe commented 1 year ago

It's a real pain there's no auto-sync. https://greasyfork.org/en/scripts/395541-iitc-plugin-draw-tools-sync/code is great, though it took me a while to notice the "Draw Tools Load" and "Save" in the main ☰ menu. Otherwise, Google Keep is probably the simplest way to share text between desktop and mobile.

johnd0e commented 1 year ago

Switch to https://github.com/IITC-CE/ingress-intel-total-conversion