Skip to content

Commit

Permalink
chore: remove test string
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Mar 29, 2023
1 parent 25efa6c commit aa32713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/map/parsepb.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ function fromPB(items, idx = 0, out = []) {
return out;
}

pb = '!1m18!1m12!1m3!1d2430.8881547480214!2d10.197357316209178!3d52.463052979803535!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47b01d1b9af65f4b:0x225da8e03e242ad1!2sBaarsweg 9, 31311 Uetze!5e0!3m2!1sde!2sde!4v1557583694739!5m2!1sde!2sde';

let pb = '';
console.log(fromPB(pb.split('!').slice(1)));

0 comments on commit aa32713

Please sign in to comment.