Hello,
I have the map module up-and-running. I inserted a number op map_points and the map shows all the points.
I now want to show only one selected point using the custom query option in combination with a QueryString variable. So, SELECT * FROM Map_Points WHERE Sequencenumber = @LocationId
This works, meaning I only see the resulting location. However the location which is used in the setup of the Map layout is shown at the center of the map. Since I want a more detailed map when selecting one location (setting the Querystring variable), but sadly the map only shows the default location and I have to zoom out until the chosen location is shown.
Either I'm missing an option or misusing the custom query option.
Can someone help me out here?
Thanx,
Arjan