Actually have two questions.
1) can I use tiled map for showing the direction? If ans is yes! Then 2nd question is
2) Am on a project where my client is looking for a GPS navigation like facility in his word press website! Where I already archive the tracking facility over tiled map without start and end route direction. Map & its associated code came from leaflet eg. So now I want the route direction on that Same map instead of a separate map!
How do I do or how do I achive that?
I will be glad if some one help in this regards. Thanks in advance!
Related
I need to create an interactive map with tooltipster but I don't really know how to begin...
I have a map of the world (a png file) and I need to :
- have a set of "dot" on certain countries
- when the user clicks on a dot it zooms the map and display other dots of given cities.
- When user clicks on a city, it displays a kind of tag with some informations about the city
Is it possible to do that with tooltipster ?
Could anyone help me to start because I don't really know where to start...
Thanks for your help.
First, create an image map if you haven't already.
This online tool will help you do it: https://www.image-map.net
Then when you download the HTML generated by this tool, insert it in your own page.
You will see tags in it, like <area shape="circle" coords="314,105,44" />. You can add a class or an id onto these tags, and operate on them just as if it were a div, as demonstrated in Tooltipster's documentation.
I Hope it helps!
I was given a list of links to predefined Google Map polygons like this one:
https://www.google.com/search?es_sm=91&espv=210&q=laarbeek&bav=on.2,or.r_qf.&bvm=pv.xjs.s.en_US.ClVHbHStgs4.O
If you click the image on the right you will be redirected to the full map view with the shape.
Now I need to create my own map with all these shapes. Is there a way where I could get their coordinates? I've been looking for them on the page but had no luck. I'd rather not do it manually because of course, Google is more accurate.
Any help is greatly appreciated.
Thanks!
I have a fully functioning map using the API v3 with markers placed as a result of database searches, and info windows that pop up correctly. So far, so good.
What I would like to do is to allow the user to place a marker on the map manually, i.e by dragging and dropping a placemark in exactly the same way as google "My Maps" uses to build a map or by clicking on the map.
There are several reasons for doing this, but one is that I would like the user to easily identify a centre point of interest so that I can filter searches within a radius of this point.
I would have thought that this option would be useful to others.
Maybe I am using the wrong search terms for this, and the terms "marker" and "placemark" seem to be interchangeable, which doesnt help, but I cannot formulate a search which has even shown that anyone else is trying to do this.
Have you seen this example of the drawing tools, it allows you to add Markers, Polylines and Polygons, you can customize it to just do Markers.
Here is the documentation for the Drawing Manager
When i am searching for some country area in maps on standard web UI it shows me the area borders.
I would like to mark this areas dynamically in embedded map on my website, but i dont know how exactly i have to formulate search query to find if there is some way to achieve this.
I was not found anything about this in reference.
does google offer some API for this in last maps js API?
You need a Polygon-Overlay or a KML-Layer which defines the borders.
I'm looking for some component (preferably freeware) what will provide me the ability to take an image of the USA and have a user click a state. The image of the state will then display, giving the ability to click either a region, or a county, and drill down further. A user would then be able to select one or more counties. I'm also trying to stay away from any google mapping features.
I don't mind having to create this feature from scratch, but I'm having trouble finding tutorials or similar articles on such a technique to get me started on the right path.
Any suggestions would be helpful! :-)
I have see maps on 2 components
Dundas
http://www.dundas.com/Components/Products/Map/NET/
And FusionCharts.
http://www.fusioncharts.com/maps/Demos.asp
Here is a Drill Down demo
http://www.fusioncharts.com/maps/Demos/AJAX/Index.html
I do not know if its what you looking, but its a start.