Re: [mapserver-users] WMS & MSSQL Question

2014-09-09 Thread Rahkonen Jukka (Tike)
Hi,

Probably your layers have not STATUS DEFAULT 
http://mapserver.org/de/faq.html#what-does-status-mean-in-a-layer.  Change the 
status to DEFAULT or add &layers=all into your request.

-Jukka Rahkonen-


Tim Nasman wrote:

Hello,

So I have been slowly learning the in's and out's of Mapserver and right now I 
am at an impasse because I am not getting anymore errors to figure out where to 
look next.

I am importing data from a MSSQL database and Mapserver is configured as a WMS. 
When I test the mapfile in shp2img I get the information I want so I know the 
connection is working and as far I know the mapfile is correct, but when I try 
to access the map on my server using

http://localhost/cgi-bin/mapserv.exe?map=C:\mypath\mapfile.map&mode=browse

 I am just receiving a blank box that is the same size as my map size with no 
errors to chase out. So I guess my question would be, where in the mapfile 
should I start digging into to figure out why it is not showing the information 
I want.

Thanks

--
Timothy Nasman
Data Analyst | Programmer
Rolling Leaf Inc.
[V] : 910.274.1436
[E] : tnas...@rollingleaf.com
[https://lh3.googleusercontent.com/-MtYpkPgI7Qg/U0_ISl3BoKI/AFI/MfIufqcCvMM/s144/LOGO-H-1C.png]
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] WMS & MSSQL Question

2014-09-09 Thread Tim Nasman
Hello,

So I have been slowly learning the in's and out's of Mapserver and right
now I am at an impasse because I am not getting anymore errors to figure
out where to look next.

I am importing data from a MSSQL database and Mapserver is configured as a
WMS. When I test the mapfile in shp2img I get the information I want so I
know the connection is working and as far I know the mapfile is correct,
but when I try to access the map on my server using

http://localhost/cgi-bin/mapserv.exe?map=C:\mypath\mapfile.map&mode=browse

 I am just receiving a blank box that is the same size as my map size with
no errors to chase out. So I guess my question would be, where in the
mapfile should I start digging into to figure out why it is not showing the
information I want.

Thanks

-- 
Timothy Nasman
Data Analyst | Programmer
Rolling Leaf Inc.
[V] : 910.274.1436
[E] : tnas...@rollingleaf.com 
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Clickable label

2014-09-09 Thread Lime, Steve D (MNIT)
Neat idea from the GeoServer folks. It's maybe something we could think about.

With tiled maps I wonder if we could cache label references (poly, layer id, 
feature id) as a by-product of the rendering process and then add that layer 
back for GetFeature processing.

Steve


From: mapserver-users-boun...@lists.osgeo.org 
[mapserver-users-boun...@lists.osgeo.org] on behalf of Rahkonen Jukka (Tike) 
[jukka.rahko...@mmmtike.fi]
Sent: Tuesday, September 09, 2014 9:50 AM
To: 'mapserver-users@lists.osgeo.org'
Subject: Re: [mapserver-users] Clickable label

Hi,

Geoserver 2.5 came with improved GetFeatureInfo 
http://blog.geoserver.org/2014/05/21/geoserver-2-5-1-released/
"New implementation of GetFeatureInfo that takes into account symbol shapes, 
offsets, and dynamic line widths into account"

Just a couple of weeks ago I published a biggish vector layer with about 1300 
million features with Mapserver. Actually I published the same data as a bunch 
of layers with different classification and some layers renders only a couple 
of classes even at big scale. It feels a bit odd that GetFeatureInfo finds hits 
even if the map shows only empty space. The customer did not complain so I left 
the layers as they were but now I think that my case is a bit analogous - 
What-You-Get-Info-About-Is-Not-What-You-See-On-The-Map.

-Jukka Rahkonen-

Basques, Bob (CI-StPaul) wrote:

> All,
>
> It's probably not the cleanest way to approach it, but maybe a straight
> imagemap type approach.   You use the four corners of the label bounding poly
> and send as an imagemap or json set or id query.
>
> I think the bounding polys need to somehow be thought of as a ad-hoc data
> layer themselves.  Is there a way of sub-selecting feature constructs (that 
> were
> originated by mapserver, like centroids are, into a reusable (on the fly) 
> dataset?
>
> My immediate thoughts were to use a clientside imagemage (which is passe
> these days) and that is where the translation occurs for the bounding boxes, 
> via
> the imagemap generation.
>
> bobb
> 
> From: Lime, Steve D (MNIT)
> Sent: Monday, January 20, 2014 9:43 AM
> To: Basques, Bob (CI-StPaul); wiltomap; mapserver-users@lists.osgeo.org
> Subject: RE: [mapserver-users] Clickable label
>
> That or a UTFGrid. I don't believe that support (in master) handles labels but
> maybe it could. In UTFGrid context you wouldn't want to render characters
> anyway, only the bounding polygons. However, because the grid is rendered at a
> lower resolution than the related map label placement consistency might be the
> issue. --Steve 
> From: Basques, Bob (CI-StPaul)
> Sent: Friday, January 10, 2014 6:15 PM
> To: Lime, Steve D (MNIT); wiltomap; mapserver-users@lists.osgeo.org
> Subject: RE: [mapserver-users] Clickable label
>
> Steve,
>
> I've been thinking on this thread since it started, I wonder, could you use a
> imagemap template from Mapserver, but populate it with the Label bounding
> polygons?
>
> bobb
>
>
> 
> From: mapserver-users-boun...@lists.osgeo.org [mapserver-users-
> boun...@lists.osgeo.org] on behalf of Lime, Steve D (MNIT)
> [steve.l...@state.mn.us]
> Sent: Friday, January 10, 2014 4:14 PM
> To: wiltomap; mapserver-users@lists.osgeo.org
> Subject: Re: [mapserver-users] Clickable label
>
>  This can't be done with stock MapServer. Labels are dynamic by nature and are
> the product of a map raw while queries work off the base data. The bridge
> between the map and a query is a conversion from pixels to map coordinates
> based on map size and extent.
>
> You might be able to pull this off using MapScript. For a query you'd have to 
> do
> things in two stages:
>
>   1) Draw the map (in memory) based on the map the user interacted with (same
> extent, size and set of layers) so that a label cache is created.
>   2) Search the label cache based on the query point and based on that pull 
> the
> appropriate feature.
>
> I don't know if step 2 is feasible or not. You used to be able to loop 
> through it,
> not sure about now.
>
> There might be other ways using an image where you render text and label
> backgrounds using the same color, a color that you could map back to a feature
> id. The map would basically contain label polygons in a raster you could, in 
> turn,
> query that raster using point and retrieve a feature id. I have doubts that 
> you
> could match the first image to the second so this would be a huge long shot.
>
> Steve
>
> -Original Message-
> From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-
> boun...@lists.osgeo.org] On Behalf Of wiltomap
> Sent: Friday, January 10, 2014 2:17 AM
> To: mapserver-users@lists.osgeo.org
> Subject: [mapserver-users] Clickable label
>
> Hello all,
>
> I have to display labels instead of points on a layer. The labels rely on an
> attribute value. I would lik

Re: [mapserver-users] [EXTERNAL] Re: Clickable label

2014-09-09 Thread Smith, Michael ERDC-RDE-CRREL-NH
I would recommend the UTF Grid approach.

http://mapserver.org/development/rfc/ms-rfc-93.html or


On 9/9/14, 6:35 AM, "Basques, Bob (CI-StPaul)"
 wrote:

>All,
>
>It's probably not the cleanest way to approach it, but maybe a straight
>imagemap type approach.   You use the four corners of the label bounding
>poly and send as an imagemap or json set or id query.
>
>I think the bounding polys need to somehow be thought of as a ad-hoc data
>layer themselves.  Is there a way of sub-selecting feature constructs
>(that were originated by mapserver, like centroids are, into a reusable
>(on the fly) dataset?
>
>My immediate thoughts were to use a clientside imagemage (which is passe
>these days) and that is where the translation occurs for the bounding
>boxes, via the imagemap generation.
>
>bobb
>
>From: Lime, Steve D (MNIT)
>Sent: Monday, January 20, 2014 9:43 AM
>To: Basques, Bob (CI-StPaul); wiltomap; mapserver-users@lists.osgeo.org
>Subject: RE: [mapserver-users] Clickable label
>
>That or a UTFGrid. I don't believe that support (in master) handles
>labels but maybe it could. In UTFGrid context you wouldn't want to render
>characters anyway, only the bounding polygons. However, because the grid
>is rendered at a lower resolution than the related map label placement
>consistency might be the issue. --Steve
>
>From: Basques, Bob (CI-StPaul)
>Sent: Friday, January 10, 2014 6:15 PM
>To: Lime, Steve D (MNIT); wiltomap; mapserver-users@lists.osgeo.org
>Subject: RE: [mapserver-users] Clickable label
>
>Steve,
>
>I've been thinking on this thread since it started, I wonder, could you
>use a imagemap template from Mapserver, but populate it with the Label
>bounding polygons?
>
>bobb
>
>
>
>From: mapserver-users-boun...@lists.osgeo.org
>[mapserver-users-boun...@lists.osgeo.org] on behalf of Lime, Steve D
>(MNIT) [steve.l...@state.mn.us]
>Sent: Friday, January 10, 2014 4:14 PM
>To: wiltomap; mapserver-users@lists.osgeo.org
>Subject: Re: [mapserver-users] Clickable label
>
> This can't be done with stock MapServer. Labels are dynamic by nature
>and are the product of a map raw while queries work off the base data.
>The bridge between the map and a query is a conversion from pixels to map
>coordinates based on map size and extent.
>
>You might be able to pull this off using MapScript. For a query you'd
>have to do things in two stages:
>
>  1) Draw the map (in memory) based on the map the user interacted with
>(same extent, size and set of layers) so that a label cache is created.
>  2) Search the label cache based on the query point and based on that
>pull the appropriate feature.
>
>I don't know if step 2 is feasible or not. You used to be able to loop
>through it, not sure about now.
>
>There might be other ways using an image where you render text and label
>backgrounds using the same color, a color that you could map back to a
>feature id. The map would basically contain label polygons in a raster
>you could, in turn, query that raster using point and retrieve a feature
>id. I have doubts that you could match the first image to the second so
>this would be a huge long shot.
>
>Steve
>
>-Original Message-
>From: mapserver-users-boun...@lists.osgeo.org
>[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of wiltomap
>Sent: Friday, January 10, 2014 2:17 AM
>To: mapserver-users@lists.osgeo.org
>Subject: [mapserver-users] Clickable label
>
>Hello all,
>
>I have to display labels instead of points on a layer. The labels rely on
>an attribute value. I would like to click on the label to make an
>attribute windows open up. So far, no problem with mapfile
>configuration...
>
>The only thing is that the attribute window opens up when I click right
>in the middle of the label. I can use TOLERANCEUNITS and TOLERANCE
>parameters in the mapfile to enlarge the clickable area BUT this means
>that I can also click next to the label and get the attribute window,
>which I don't want to...
>
>My purpose is to get the attribute window whereever I click on the label
>(any part of it) and not if I click next to it. Would you think about a
>solution to that ?
>
>I enclose a scrennshot of the mapfile I have worked out so far.
>
>
>Many thanks in advance,
>
>Thomas
>
>
>
>
>
>
>--
>View this message in context:
>http://osgeo-org.1560.x6.nabble.com/Clickable-label-tp5097281.html
>Sent from the Mapserver - User mailing list archive at Nabble.com.
>___
>mapserver-users mailing list
>mapserver-users@lists.osgeo.org
>http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
>___
>mapserver-users mailing list
>mapserver-users@lists.osgeo.org
>http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>___
>mapserver-

Re: [mapserver-users] Clickable label

2014-09-09 Thread Rahkonen Jukka (Tike)
Hi,

Geoserver 2.5 came with improved GetFeatureInfo 
http://blog.geoserver.org/2014/05/21/geoserver-2-5-1-released/
"New implementation of GetFeatureInfo that takes into account symbol shapes, 
offsets, and dynamic line widths into account"

Just a couple of weeks ago I published a biggish vector layer with about 1300 
million features with Mapserver. Actually I published the same data as a bunch 
of layers with different classification and some layers renders only a couple 
of classes even at big scale. It feels a bit odd that GetFeatureInfo finds hits 
even if the map shows only empty space. The customer did not complain so I left 
the layers as they were but now I think that my case is a bit analogous - 
What-You-Get-Info-About-Is-Not-What-You-See-On-The-Map.

-Jukka Rahkonen-

Basques, Bob (CI-StPaul) wrote:

> All,
> 
> It's probably not the cleanest way to approach it, but maybe a straight
> imagemap type approach.   You use the four corners of the label bounding poly
> and send as an imagemap or json set or id query.
> 
> I think the bounding polys need to somehow be thought of as a ad-hoc data
> layer themselves.  Is there a way of sub-selecting feature constructs (that 
> were
> originated by mapserver, like centroids are, into a reusable (on the fly) 
> dataset?
> 
> My immediate thoughts were to use a clientside imagemage (which is passe
> these days) and that is where the translation occurs for the bounding boxes, 
> via
> the imagemap generation.
> 
> bobb
> 
> From: Lime, Steve D (MNIT)
> Sent: Monday, January 20, 2014 9:43 AM
> To: Basques, Bob (CI-StPaul); wiltomap; mapserver-users@lists.osgeo.org
> Subject: RE: [mapserver-users] Clickable label
> 
> That or a UTFGrid. I don't believe that support (in master) handles labels but
> maybe it could. In UTFGrid context you wouldn't want to render characters
> anyway, only the bounding polygons. However, because the grid is rendered at a
> lower resolution than the related map label placement consistency might be the
> issue. --Steve 
> From: Basques, Bob (CI-StPaul)
> Sent: Friday, January 10, 2014 6:15 PM
> To: Lime, Steve D (MNIT); wiltomap; mapserver-users@lists.osgeo.org
> Subject: RE: [mapserver-users] Clickable label
> 
> Steve,
> 
> I've been thinking on this thread since it started, I wonder, could you use a
> imagemap template from Mapserver, but populate it with the Label bounding
> polygons?
> 
> bobb
> 
> 
> 
> From: mapserver-users-boun...@lists.osgeo.org [mapserver-users-
> boun...@lists.osgeo.org] on behalf of Lime, Steve D (MNIT)
> [steve.l...@state.mn.us]
> Sent: Friday, January 10, 2014 4:14 PM
> To: wiltomap; mapserver-users@lists.osgeo.org
> Subject: Re: [mapserver-users] Clickable label
> 
>  This can't be done with stock MapServer. Labels are dynamic by nature and are
> the product of a map raw while queries work off the base data. The bridge
> between the map and a query is a conversion from pixels to map coordinates
> based on map size and extent.
> 
> You might be able to pull this off using MapScript. For a query you'd have to 
> do
> things in two stages:
> 
>   1) Draw the map (in memory) based on the map the user interacted with (same
> extent, size and set of layers) so that a label cache is created.
>   2) Search the label cache based on the query point and based on that pull 
> the
> appropriate feature.
> 
> I don't know if step 2 is feasible or not. You used to be able to loop 
> through it,
> not sure about now.
> 
> There might be other ways using an image where you render text and label
> backgrounds using the same color, a color that you could map back to a feature
> id. The map would basically contain label polygons in a raster you could, in 
> turn,
> query that raster using point and retrieve a feature id. I have doubts that 
> you
> could match the first image to the second so this would be a huge long shot.
> 
> Steve
> 
> -Original Message-
> From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-
> boun...@lists.osgeo.org] On Behalf Of wiltomap
> Sent: Friday, January 10, 2014 2:17 AM
> To: mapserver-users@lists.osgeo.org
> Subject: [mapserver-users] Clickable label
> 
> Hello all,
> 
> I have to display labels instead of points on a layer. The labels rely on an
> attribute value. I would like to click on the label to make an attribute 
> windows
> open up. So far, no problem with mapfile configuration...
> 
> The only thing is that the attribute window opens up when I click right in the
> middle of the label. I can use TOLERANCEUNITS and TOLERANCE parameters in
> the mapfile to enlarge the clickable area BUT this means that I can also click
> next to the label and get the attribute window, which I don't want to...
> 
> My purpose is to get the attribute window whereever I click on the label (any
> part of it) and not if I click next to it. Would you think abo

[mapserver-users] How to serve data that changes with time

2014-09-09 Thread Antonis Christofides
Hi,

I am quite new to GIS and mapserver.

I have written software, let's call it "bitia", that outputs a map of
temperature in a GeoTIFF; each hour it produces a new one. I need to
serve this map with mapserver, so that other software can get it and do
more work with it.

I am generally at a loss on how to manage times.

Initially I thought I'd put the timestamp in the filenames:

temperature-2014-09-09-16-00.tif
temperature-2014-09-09-17-00.tif
temperature-2014-09-09-18-00.tif
...

Then I thought that this might be suboptimal so I changed it to this:

temperature-.tif  <- Latest
temperature-0001.tif  <- Last but one
temperature-0002.tif  <- ...

The system renames the files one position down each time it produces a
new one, and stores the times inside the file, in a GDAL metadata item
named TIMESTAMP.

Now, after reading about tile indexes [1], WMS Time [2], and WCS
spatio/temporal indexes [3], I conclude that my original idea was
probably better. So I'm thinking I will have the system work thus:

  1. Have bitia produce GeoTIFF files with the timestamp in the file
 name.
  2. Use gdaltindex to create a tile index of these files.
  3. Write a script to add the timestamp of the files to the dbf of the
 tile index.
  4. Have mapserver serve these files with WCS/WMS.

Could you please tell me if I'm on the right track? I've been
experimenting with the above but I haven't found a way for the WMS/WCS
client to ask "tell me for which times you have data", and I will
probably have more questions once I start implementing it.

Thanks!


[1] http://mapserver.org/optimization/tileindex.html
[2] http://mapserver.org/ogc/wms_time.html
[3] http://mapserver.org/ogc/wcs_server.html#spatio-temporal-indexes
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Clickable label

2014-09-09 Thread Basques, Bob (CI-StPaul)
All,

It's probably not the cleanest way to approach it, but maybe a straight 
imagemap type approach.   You use the four corners of the label bounding poly 
and send as an imagemap or json set or id query.

I think the bounding polys need to somehow be thought of as a ad-hoc data layer 
themselves.  Is there a way of sub-selecting feature constructs (that were 
originated by mapserver, like centroids are, into a reusable (on the fly) 
dataset?

My immediate thoughts were to use a clientside imagemage (which is passe these 
days) and that is where the translation occurs for the bounding boxes, via the 
imagemap generation.

bobb

From: Lime, Steve D (MNIT)
Sent: Monday, January 20, 2014 9:43 AM
To: Basques, Bob (CI-StPaul); wiltomap; mapserver-users@lists.osgeo.org
Subject: RE: [mapserver-users] Clickable label

That or a UTFGrid. I don't believe that support (in master) handles labels but 
maybe it could. In UTFGrid context you wouldn't want to render characters 
anyway, only the bounding polygons. However, because the grid is rendered at a 
lower resolution than the related map label placement consistency might be the 
issue. --Steve

From: Basques, Bob (CI-StPaul)
Sent: Friday, January 10, 2014 6:15 PM
To: Lime, Steve D (MNIT); wiltomap; mapserver-users@lists.osgeo.org
Subject: RE: [mapserver-users] Clickable label

Steve,

I've been thinking on this thread since it started, I wonder, could you use a 
imagemap template from Mapserver, but populate it with the Label bounding 
polygons?

bobb



From: mapserver-users-boun...@lists.osgeo.org 
[mapserver-users-boun...@lists.osgeo.org] on behalf of Lime, Steve D (MNIT) 
[steve.l...@state.mn.us]
Sent: Friday, January 10, 2014 4:14 PM
To: wiltomap; mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] Clickable label

 This can't be done with stock MapServer. Labels are dynamic by nature and are 
the product of a map raw while queries work off the base data. The bridge 
between the map and a query is a conversion from pixels to map coordinates 
based on map size and extent.

You might be able to pull this off using MapScript. For a query you'd have to 
do things in two stages:

  1) Draw the map (in memory) based on the map the user interacted with (same 
extent, size and set of layers) so that a label cache is created.
  2) Search the label cache based on the query point and based on that pull the 
appropriate feature.

I don't know if step 2 is feasible or not. You used to be able to loop through 
it, not sure about now.

There might be other ways using an image where you render text and label 
backgrounds using the same color, a color that you could map back to a feature 
id. The map would basically contain label polygons in a raster you could, in 
turn, query that raster using point and retrieve a feature id. I have doubts 
that you could match the first image to the second so this would be a huge long 
shot.

Steve

-Original Message-
From: mapserver-users-boun...@lists.osgeo.org 
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of wiltomap
Sent: Friday, January 10, 2014 2:17 AM
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Clickable label

Hello all,

I have to display labels instead of points on a layer. The labels rely on an 
attribute value. I would like to click on the label to make an attribute 
windows open up. So far, no problem with mapfile configuration...

The only thing is that the attribute window opens up when I click right in the 
middle of the label. I can use TOLERANCEUNITS and TOLERANCE parameters in the 
mapfile to enlarge the clickable area BUT this means that I can also click next 
to the label and get the attribute window, which I don't want to...

My purpose is to get the attribute window whereever I click on the label (any 
part of it) and not if I click next to it. Would you think about a solution to 
that ?

I enclose a scrennshot of the mapfile I have worked out so far.


Many thanks in advance,

Thomas






--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Clickable-label-tp5097281.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Oracle layer partially drawn

2014-09-09 Thread Rahkonen Jukka (Tike)
Hi,

Perhaps good news is that I could reproduce the issue with your data and 
mapfile on out Oracle 11g and with some old MS4W version. Connection with 
Oracle works but at small scales only part of points are rendered. Rendered 
points are inside rectangular boxes and there can be 1-3 boxes on the screen. 
It looks like the boxes are always in the same locations. When zooming in more 
points appear.

 Bad news is that I fear that developers are not interested in studying this 
issue with such an old Mapserver version because the brand new v. 7.0 will be 
released soon.

I tried to repeat the test with more recent version 6.5-dev which I have 
installed on top of MS4W with the 32-bit binaries from gisinternals.com/sdk. 
Unfortunately I could not make the connection with Oracle to work in a 
reasonable time.  What I tried was to use the included msplugin_oracle.dll by 
editing the mapfile to have
   CONNECTIONTYPE PLUGIN
   PLUGIN "msplugin_oracle.dll"  

I copied our TNS_NAMES.ORA into very many places, I tried with several 
different SET ORACLE_HOME=  alternatives but the best result I ever had was
msOracleSpatialLayerOpen(): OracleSpatial error. Cannot create OCI Handlers. 
Connection failure. Check the connection string. Error: ORA-12154:

Because these are not mine data I apologize and stop my investigations by now. 
I may have another try if I find some day recent Windows binaries and tested 
instructions about how to make that version to connect with Oracle.  

Regards,

-Jukka Rahkonen-

Geograma wrote:

> Hello,
> 
> I can't figure what the problem is... Has anyone been able at least to 
> reproduce
> the problem I have? (to check if the problem could be in my
> computer)
> 
> Thanks in advance!
> 
> 
> 
> --
> View this message in context: http://osgeo-org.1560.x6.nabble.com/Oracle-
> layer-partially-drawn-tp5159828p5160664.html
> Sent from the Mapserver - User mailing list archive at Nabble.com.
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] mapserver 6.4.1 with php 5.6

2014-09-09 Thread Mario Jurcevic

Hi,
I can build mapserver 6.4.1 with php 5.6 on ubuntu but fails then to 
load php_mapscript.so:


undefined symbol: output_globals in Unknown on line 0

Thanks for any suggestion.


Mario
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Clickable label

2014-09-09 Thread gtroost
it would be great to have an imagemap creator directly in mapscript. I've
worked myself a way arround by creating a small php helper (for polygons and
points) it's complicated because you need to cache heavy querys so that they
don't run twice, but it works. For labels i still have no solution. Most
perfect would be that we can access the mapfile on the same way as you
create a legend or a scalebar; $map->drawScaleBar(); So something like
$map->getImageMap(); 

Looking forward to your opinions!




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Clickable-label-tp5097281p5160801.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users