<p>The two methods mentioned try calling "Magick::Image" and "Magick::ImageList", which I guess are supposed to be RMagick calls. And I also guess that since rmagick was removed some time ago, these calls aren't actually being used in production, i.e. the standalone gpx-importer is making the images.</p>

<p>So as written, these methods throw errors when called from the console.</p>

<pre><code>gpx = GPX::File.new('')
gpx.picture(0,0,1,1,10)
NameError: uninitialized constant GPX::File::Magick
</code></pre>

<p>Should we keep these methods, write some tests for them and fix the rmagick dependency? This way, developers could upload GPX traces for testing, without needing to install the gpx-importer. Or should we remove them, since the code isn't used in production, they don't work, and they don't have any tests?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/issues/281'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOpiaRQm7QQYFluxj9v87IpgPHSdThFwaw4OiDRKiwFsSi.gif' height='1' width='1'></p>