Skip to content

Commit

Permalink
dont store geoservice:objectid [closes #34]
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld committed Jul 23, 2017
1 parent 1697e04 commit b1da3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/svg/geoservice.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function svgGeoService(projection, context, dispatch) {
};

// store the OBJECTID as source_oid
props.tags['geoservice:objectid'] = d.properties.OBJECTID;
// props.tags['geoservice:objectid'] = d.properties.OBJECTID;
delete props.tags.OBJECTID;

// allows this helper method to work on nodes and ways
Expand Down

0 comments on commit b1da3a1

Please sign in to comment.