Skip to content

Commit

Permalink
ingress-ice.conf.sample: fixed usage of hideRes/hideEnl/hideLink/hide…
Browse files Browse the repository at this point in the history
…Field options

In order to make use of "hideRes", "hideEnl", "hideLink", "hideField"
options in config file, which require the use of IITC ("iitc=true"),
you also need to specify the following lines in config:

plugins=["https://static.iitc.me/build/release/plugins/draw-tools.user.js"]
pluginsConfig=[{"key":"iitc-base-map","value":"Google Default Ingress Map"}]

So I've added these now ...  (issue #2)
  • Loading branch information
sndirsch committed Sep 8, 2019
1 parent 9bd776f commit e4e06bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ice/ingress-ice.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ width=1366
height=768
#> Inject IITC? (true/false)
iitc=false
plugins=["https://static.iitc.me/build/release/plugins/link-show-direction.user.js"]
pluginsConfig=[{"key":"plugin-linkshowdirection-mode","value":"Static near origin"},{"key":"iitc-base-map","value":"Google Roads"}]
#needed for hideRes/hideEnl/hideLink/hideField options below (issue #2)
plugins=["https://static.iitc.me/build/release/plugins/draw-tools.user.js"]
pluginsConfig=[{"key":"iitc-base-map","value":"Google Default Ingress Map"}]
#pluginsConfig=[{"key":"iitc-base-map","value":"Google Roads"}]
#> Put a timestamp on your screenshots? (true/false)
timestamp=true
#> Hide Resistance portals/links/fields, Enlightened portals/links/fields, links, fields respectively? (true/false)
Expand Down

0 comments on commit e4e06bb

Please sign in to comment.