Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Genesys Backend
Genesys Backend
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Genesys PGR
  • Genesys BackendGenesys Backend
  • Issues
  • #52

Closed
Open
Opened Jun 16, 2017 by Nora Castaneda-Alvarez@ncastanedaReporter

Bounding box JSON

@mborodenko here some feedback to the current bounding box and map implementation:

Values must be treated as numbers (not string):

{
	"west": "47.274719",
	"south": "5.86416600000001",
	"east": "55.056664",
	"north": "15.0388869999999"
}

And labels must correspond to:

  1. west is minLongitude
  2. east is maxLongitude
  3. north is maxLatitude
  4. south is minLatitude

Please update map-centering javascript code for the map.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: genesys-pgr/genesys-server#52