| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This creates an integration to view bin collection days, and
placeholders for the start of a non-map property-based reporting flow.
|
| |
|
| |
|
|
|
|
|
| |
This should fix a race condition on Travis where the button is clicked
before the JavaScript on the button has registered.
|
| |
|
|
|
|
| |
Bromley's live site doesn't seem to have Gill Sans anywhere any more
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the past Oxfordshire had a way for inspectors to "instruct a defect",
which generated a CSV which got emailed to Oxfordshire with a list of
defects.
They now want to bring this functionality back, but instead of emailing
a CSV they want it to call an API.
As a first step towards that goal, this change adds back some of the
instruct defect functionality that was removed in 68e18ff.
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The stopper checking code is triggered using the category_change event
which, by default also calls the duplicate check code. This meant that
when an extra question dropdown with an associated stopper was updated
the duplicate check re-ran and the duplicate reports panel was re-shown.
The invocation of category_change on the extra questions now includes
the skip_duplicates parameter to avoid this.
Fixes mysociety/fixmystreet-commercial#2007
|
|/
|
|
|
|
|
|
|
| |
UK cobrands now display UK-specific postcode/address search tips, when
the geocoder returns no results. This should hopefully help people
tweak their search, to return a better result next time.
The tips are based on findings from a study we ran on geocoder misses
across all UK cobrands over March, April, May, and June 2020.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Use the styleid to identify PRoW types and colour them differently in V2
layers
|
|
|
|
| |
Some of this has changed/moved in the base class so update accordingly
|
|
|
|
| |
change resolution and zoom level for asset layers
|
|
|
|
|
| |
update the defaults etc to use the alloy V2 code, along with updating
the layer ids etc.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Otherwise, if you switch category and the new asset layer is added
before the old is removed, the old (still visible) layer asset found
would fire but change the meta message of the new layer.
|
|
|
|
|
|
|
| |
If a new asset layer is shown before an old one is removed, the removal
could cause the newly selected asset to be unselected, leaving visibly
an asset selected but nothing recorded as being selected behind the
scenes.
|
|
|
|
|
|
|
| |
If multiple layers are being shown (e.g. Peterborough trees) then the
number of visible layers could go 1 -> 2 -> 3 -> 2, and this code would
get confused and reshow the marker pin even though an asset had been
selected.
|
| |
|
|
|
|
|
|
|
|
|
| |
The change asset button code relies on the category drop downs being visible
which requires either the change report category or inspect report
permissions. Hide the button if these are not present and only fire the
update button code if it's present.
Fixes mysociety/fixmystreet-commercial#1961
|
| |
|
| |
|
|
|
|
| |
Not on StreetView/OpenMap Local based, which are not available.
|
| |
|
|
|
|
|
|
| |
If you click the change asset button on a report page that was loaded
inline from a map list page, you want to see assets around the report
and not the centre of the map.
|
|
|
|
|
| |
Scrolls to map and locks map full screen when change asset pressed;
collapse map to finish; displays attribute fields in map overlay.
|
| |
|
| |
|
|
|
|
|
|
| |
It was previously creating one on each report you looked at. A side
effect of which was upping the z-index of the layer by one each time,
making adding asset layers bit trickier.
|
|
|
|
|
|
|
|
| |
This did not really matter before because you were either hiding an
asset layer (and thus its fields), or selecting a new layer/asset (and
so the last thing would be setting the attributes for the new asset. But
it was unnecessary, and now we're updating an inspector form and the
fields may apply to more than one layer.
|
|
|
|
|
| |
This hopefully copes with assets displayed by category or by group,
and updates the button to show/hide on category change.
|
|
|
|
| |
Update all name= fields, that should be fine.
|
|
|
|
|
| |
This is so any SelectFeature layers appear at the end of the layers
and the hover/click effects work on them.
|
| |
|
|
|
|
| |
also improve contrast between assets and labels
|
|
|
|
|
| |
Prevent reports on areas not on a road for relevant categories,
and do not allow reporting on private roads.
|