Skip to content

Exploiting console log to get coordinates of point #61

@Vukile2801w

Description

@Vukile2801w

Using Dev Tools (F12) you can access console. There you can see all messages that is being logged, one of messages that you can see is, object like this:

Received message from parent:
{
  type: "updateProps",
  props: {
    nm: undefined,
    npz: undefined,
    showRoadLabels: true,
    lat: 37.89198589608597,
    long: -4.773454184772643,
    ...
  }
}

in message above we can see two important thing:

lat: 37.89198589608597
long: -4.773454184772643

This is coordinates of position that you have to guess.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions