Geomap [message #172999] |
Tue, 15 March 2011 14:05 |
sim
Messages: 2 Registered: March 2011
Karma: 0
|
Junior Member |
|
|
Hi all,
a simple question:
SQL2008r2
PHP5
I am searching a simple method create a graphical geomap into a php
page, on a region/city i want to map a little point with the values label...
Is it possible ?
I know that sql2008r2 has special fields for geomapping issues...
Thanks in advance
|
|
|
Re: Geomap [message #173002 is a reply to message #172999] |
Tue, 15 March 2011 15:56 |
Erwin Moller
Messages: 228 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 3/15/2011 3:05 PM, sim wrote:
> Hi all,
> a simple question:
>
> SQL2008r2
> PHP5
>
> I am searching a simple method create a graphical geomap into a php
> page, on a region/city i want to map a little point with the values
> label...
>
> Is it possible ?
>
> I know that sql2008r2 has special fields for geomapping issues...
>
> Thanks in advance
Hello,
Are you talking about using Googlemaps?
If so, you will only need two floats to store lat and long to point to a
position and googlemaps will do the rest.
Erwin Moller
--
"That which can be asserted without evidence, can be dismissed without
evidence."
-- Christopher Hitchens
|
|
|
Re: Geomap [message #173003 is a reply to message #172999] |
Tue, 15 March 2011 16:38 |
Willem Bogaerts
Messages: 8 Registered: September 2010
Karma: 0
|
Junior Member |
|
|
> I am searching a simple method create a graphical geomap into a php
> page, on a region/city i want to map a little point with the values
> label...
>
> Is it possible ?
>
> I know that sql2008r2 has special fields for geomapping issues...
>
> Thanks in advance
OpenLayers (http://openlayers.org/) should be able to do that.
--
Willem Bogaerts
Application smith
Kratz B.V.
http://www.kratz.nl/
|
|
|
Re: Geomap [message #173005 is a reply to message #173003] |
Wed, 16 March 2011 15:02 |
sim
Messages: 2 Registered: March 2011
Karma: 0
|
Junior Member |
|
|
Il 15/03/2011 17.38, Willem Bogaerts ha scritto:
>> I am searching a simple method create a graphical geomap into a php
>> page, on a region/city i want to map a little point with the values
>> label...
>>
>> Is it possible ?
>>
>> I know that sql2008r2 has special fields for geomapping issues...
>>
>> Thanks in advance
> OpenLayers (http://openlayers.org/) should be able to do that.
>
Thank you VERY much !!!!
|
|
|