I have a "geolocation on a custom non-Google map image" question that relates to several recent questions/discussions on stackoverflow.com, but involves a different issue I'm hoping to get a little concrete help with.
Unlike Dtnand
in Get X,Y from LAT,LNG custom svg map and Phpdna
in Convert latitude/longitude to pixel coordinate?. I already have the geolocation latitude/longitude coordinates from the user's cell phone translated into x,y coordinates on my custom, non-Google map image (courtesy of Trimaps custom JavaScript library).
What I need is a way to place a geolocation marker image (blue ball, red ball, whatever) on my custom, non-Google map at the x,y pixel coordinates calculated by Trimaps' JavaScript library. I'm a content guy, not a programmer, so I'm unsure where to turn on this.
Is there an existing JavaScript library that will accomplish what I want to do? The map is to be displayed on the Web. Thanks for your help...