forked from leegao/pokemongo-api-demo
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Maps #9
Open
Zeromark30
wants to merge
44
commits into
memelyfe:maps
Choose a base branch
from
Zeromark30:maps
base: maps
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Maps #9
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
03fc27b
Use small icons and original Pokemon names
luke-jr cbe6046
gitignore stuff
luke-jr bdaed61
Show player on map
luke-jr 5bde09d
Rename config.json to config.json.example
luke-jr b85ab8d
Make times reasonably accurate
luke-jr b182bc4
No need to clear data from previous session until we have done at lea…
luke-jr 6c0f05f
Be more resilient to failures
luke-jr a6c99e4
Store expiry time rather than time left in data
luke-jr d4bdfa1
Use a hash to avoid duplicates of the same pokemon
luke-jr 278cf7f
Load existing data at startup
luke-jr 85d3bc6
Merge branch 'maps' of https://github.com/memelyfe/pokemongo-api-demo…
luke-jr eee29e3
Sort "Hide Pokemon" list
luke-jr 594bce2
Break down days, hours, and minutes
luke-jr fd25da5
Don't delete and recreate markers for every refresh
luke-jr a44106e
Count number of pokemon seen on the map
luke-jr 201f4fb
Show pokemon counts
luke-jr bc031b6
Retry heartbeat if it fails
luke-jr 25fd49d
Atomically update data file
luke-jr 32fa478
Avoid using title for HTML content
luke-jr f4b148f
Update details for existing markers so the timeleft counts down
luke-jr 7b5ea8f
Change HTML page title
lalten 342a1ac
Add app icon as favicon
lalten 937fafb
Use Object for hidden_layers
luke-jr dc9ae40
Use pokemon id number for hidden_layers key
luke-jr 2663290
Allow specifying default hidden_layers in config file
luke-jr d53ca57
Sort by and display pokedex number, and allow specifying ignored poke…
luke-jr ec267ba
Ensure pokemon icons are 25px and anchor in the middle-bottom
luke-jr c04681a
Prevent caching data
luke-jr 23a665c
Make JS console logging more useful
luke-jr 960fbd0
Resize legend
luke-jr ded73e4
Merge branch 'laltenpregoogle' into merging
Zeromark30 a6ff56f
Merge successful
Zeromark30 ab53878
tidy up for pull to memelyfe
Zeromark30 b426927
data.json
Zeromark30 5e0f56a
ignore data.json
Zeromark30 b25bf5f
Rename config.json.example to config.json
Zeromark30 a6dbc64
Merge remote-tracking branch 'freenode/maps' into merging
Zeromark30 a62c59b
further merging
Zeromark30 10ee267
merging
Zeromark30 519a3b3
Create data.json
Zeromark30 c6c2823
Create config.json
Zeromark30 42efa28
Merge branch 'maps' into merging
Zeromark30 2be3cd1
Merge pull request #1 from Zeromark30/merging
Zeromark30 1ca7700
remove minifiy
Zeromark30 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[ | ||
{ | ||
|
||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Please, DON'T
http://stackoverflow.com/a/500617
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.
Didn't realize that was a thing. I'll revert that.
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.
How true is this? http://stackoverflow.com/a/8173732
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.
My fault. I did not see that you've changed hidden_layer from array to object.
delete is fine then.