Skip to content

Commit

Permalink
Fix the coordinates filters
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 12, 2017
1 parent 72e22ea commit 8a077af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contribs/gmf/apps/desktop/contextualdata.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
Wgs Coord.
</td>
<td>
{{coord_4326|ngeoNumberCoordinates:2:{y} {x}}
{{coord_4326|ngeoNumberCoordinates:2:'{y} {x}'}}
</td>
</tr>
<tr>
<td translate>
Wgs Coord. DMS
</td>
<td>
{{coord_4326|ngeoDMSCoordinates:0:{y} {x}}}
{{coord_4326|ngeoDMSCoordinates:0:'{y} {x}'}}
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions contribs/gmf/apps/oeedit/contextualdata.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
Wgs Coord.
</td>
<td>
{{coord_4326|ngeoNumberCoordinates:2:{y} {x}}}
{{coord_4326|ngeoNumberCoordinates:2:'{y} {x}'}}
</td>
</tr>
<tr>
<td translate>
Wgs Coord. DMS
</td>
<td>
{{coord_4326|ngeoDMSCoordinates:0:{y} {x}}}
{{coord_4326|ngeoDMSCoordinates:0:'{y} {x}'}}
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions contribs/gmf/apps/oeview/contextualdata.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
Wgs Coord.
</td>
<td>
{{coord_4326|ngeoNumberCoordinates:2:{y} {x}}}
{{coord_4326|ngeoNumberCoordinates:2:'{y} {x}'}}
</td>
</tr>
<tr>
<td translate>
Wgs Coord. DMS
</td>
<td>
{{coord_4326|ngeoDMSCoordinates:0;{y} {x}}}
{{coord_4326|ngeoDMSCoordinates:0:'{y} {x}'}}
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/partials/contextualdata.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Wgs Coord.
</td>
<td>
{{coord_4326|ngeoNumberCoordinates:2:{y} {x}}}
{{coord_4326|ngeoNumberCoordinates:2:'{y} {x}'}}
</td>
</tr>
<tr>
Expand Down

0 comments on commit 8a077af

Please sign in to comment.