Ok so I'm trying to load an image as a point on a blank map canvas. Earlier I tried loading an image as a background using:
This worked but I got the same image repeated ad-infinitum. So someone suggested loading the image as a point. I made a CSV file with lat and lon of zero and added a new layer, I attempted to load the image using the same relative address as before:
But nothing shows up with this method. Can anyone shed some light as to whats going wrong here? Is the background hiding the image? I've tried flushing the cache. |
If you are sure that the image file is on the right path, you can try to use the
answered 27 Jul '12, 18:27 Gilliard Lopes |
Does it work with the default styling? See if a red dot shows up (it does for me, TileMill 0.10.1, Mac OS X). If it does, your CSS or jpg is at fault; if it doesn't, your CSV is at fault. answered 20 May '14, 22:09 josephcheek |