mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Make the icons larger and centered on ImproveOSM and Osmose issue markers
This commit is contained in:
@@ -127,10 +127,10 @@ export function svgImproveOSM(projection, context, dispatch) {
|
||||
|
||||
markersEnter
|
||||
.append('use')
|
||||
.attr('transform', 'translate(-5.5, -21)')
|
||||
.attr('transform', 'translate(-6.5, -23)')
|
||||
.attr('class', 'icon-annotation')
|
||||
.attr('width', '11px')
|
||||
.attr('height', '11px')
|
||||
.attr('width', '13px')
|
||||
.attr('height', '13px')
|
||||
.attr('xlink:href', d => {
|
||||
const picon = d.icon;
|
||||
|
||||
|
||||
@@ -127,10 +127,10 @@ export function svgOsmose(projection, context, dispatch) {
|
||||
|
||||
markersEnter
|
||||
.append('use')
|
||||
.attr('transform', 'translate(-5.5, -21)')
|
||||
.attr('transform', 'translate(-6.5, -23)')
|
||||
.attr('class', 'icon-annotation')
|
||||
.attr('width', '11px')
|
||||
.attr('height', '11px')
|
||||
.attr('width', '13px')
|
||||
.attr('height', '13px')
|
||||
.attr('xlink:href', d => {
|
||||
const picon = d.icon;
|
||||
|
||||
|
||||
@@ -52,9 +52,9 @@ export function uiImproveOsmHeader() {
|
||||
svgEnter
|
||||
.append('use')
|
||||
.attr('class', 'icon-annotation')
|
||||
.attr('width', '11px')
|
||||
.attr('height', '11px')
|
||||
.attr('transform', 'translate(4.5, 7)')
|
||||
.attr('width', '13px')
|
||||
.attr('height', '13px')
|
||||
.attr('transform', 'translate(3.5, 5)')
|
||||
.attr('xlink:href', d => {
|
||||
const picon = d.icon;
|
||||
|
||||
|
||||
@@ -48,9 +48,9 @@ export function uiOsmoseHeader() {
|
||||
svgEnter
|
||||
.append('use')
|
||||
.attr('class', 'icon-annotation')
|
||||
.attr('width', '11px')
|
||||
.attr('height', '11px')
|
||||
.attr('transform', 'translate(4.5, 7)')
|
||||
.attr('width', '13px')
|
||||
.attr('height', '13px')
|
||||
.attr('transform', 'translate(3.5, 5)')
|
||||
.attr('xlink:href', d => {
|
||||
const picon = d.icon;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user