Make the icons larger and centered on ImproveOSM and Osmose issue markers

This commit is contained in:
Quincy Morgan
2020-02-12 14:52:49 -08:00
parent 3ee32776a7
commit 5674f75a11
4 changed files with 12 additions and 12 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;