Skip to content
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

Address and coordinate search #3523

Closed
MV88 opened this issue Feb 13, 2019 · 2 comments · Fixed by #3524, #3544 or #3559
Closed

Address and coordinate search #3523

MV88 opened this issue Feb 13, 2019 · 2 comments · Fixed by #3524, #3544 or #3559

Comments

@MV88
Copy link
Contributor

MV88 commented Feb 13, 2019

Description

We would like to add to the search bar in the viewer the possibility to zoom to a specific point and place a marker in that point that will be the center of the map.
There will be two possible formats: aeronautical or decimal.

This button in the search toolbar will be disabled on mobile, showing only the search for addresses

by changing the config you can:

  • hide this tool (active by default only in map viewer)
  • change default zoom level (default 12)
  • select the search tool active (default adddres)
@MV88 MV88 self-assigned this Feb 13, 2019
MV88 added a commit to MV88/MapStore2 that referenced this issue Feb 13, 2019
tdipisa pushed a commit that referenced this issue Feb 14, 2019
* Fix #3523 add coordinated editor in search bar

* add missing translations

* rename file, update toolbar, move coord editors

* fix test and component passed to Toolbar
tdipisa pushed a commit that referenced this issue Feb 19, 2019
* Fix #106 improved search tool

* update default value

* fix test after changing defaults

* improve default resultsStyle, add various tests
MV88 added a commit to MV88/MapStore2 that referenced this issue Feb 21, 2019
tdipisa pushed a commit that referenced this issue Feb 22, 2019
* Some improvements for #3523 address and coordinate search

* add documentation
@gioscarda gioscarda self-assigned this Mar 7, 2019
@gioscarda gioscarda reopened this Mar 7, 2019
@gioscarda gioscarda added the ready label Mar 7, 2019
@MV88 MV88 added in progress and removed ready labels Mar 8, 2019
MV88 added a commit that referenced this issue Mar 11, 2019
…h and GFI tools (#3606)

* Fix problems with coordinate editor for the search and GFI tools

* also fix some problem with loading and displaying annotations with leaflet
* especially with text and the multiple draw of same ft.
* also updated limit stroek width for symbols
@tdipisa tdipisa closed this as completed Mar 12, 2019
@tdipisa tdipisa removed the review label Mar 12, 2019
@ghost ghost removed the pending review label Mar 12, 2019
@tdipisa tdipisa added this to the 2019.02.00 milestone Mar 14, 2019
@gioscarda gioscarda reopened this Mar 20, 2019
@gioscarda gioscarda added review and removed Accepted labels Mar 20, 2019
@MV88 MV88 added in progress and removed review labels Mar 20, 2019
@MV88
Copy link
Contributor Author

MV88 commented Mar 20, 2019

some fixes made here, need to be porter on master

@tdipisa tdipisa closed this as completed Mar 22, 2019
@tdipisa tdipisa reopened this May 17, 2019
@tdipisa tdipisa reopened this May 30, 2019
@gioscarda
Copy link
Contributor

Some problems occur when trying to reset the coordinate search editor:

  • decimal format
    error_coord_search.gif
  • aeronautical format
    error_coord_search_aeronautical.gif

The wrong behavior exists when typing the "e" character in some field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment