| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | Apr 1 at 8:59 | |
| stats | profile views | 16 |
|
Oct 4 |
comment |
Can i do Custom Styling on Geoserver and what if i can access database, do i need to collect data from web services, insert into db, and make geoserver draw newly inserted data from database? |
|
Oct 3 |
comment |
Geoserver build error but compilation fails with this error message Failed tests: testDefaultStoredQuery(org.geoserver.wfs.v2_0.GetFeatureTest): expected:<[1]> but was:<[0]> |
|
Oct 3 |
comment |
Can i do Custom Styling on Geoserver actually, i don't have access to underlaying database. i can alter geoserver configuration. But even with acid maps, i guess i need to add a table to db for points data. no dynamic way yet |
|
Oct 2 |
comment |
Where to start GeoServer Development? actually i was expecting your comments about subject |
|
Oct 2 |
comment |
Can i do Custom Styling on Geoserver thanks, but i don't have chance to create new tables or layers in geoserver. |
|
Oct 2 |
comment |
Can i do Custom Styling on Geoserver thanks, and for my first question i figured out acid maps plugin for geoserver, do you have any experiences about that plugin? |
|
Sep 26 |
comment |
Can i do Custom Styling on Geoserver the problem is, i don't have write access to db. so i cant add a new attribute for product types to table. actually there are lots of attributes that i gather dynamically which aren't on original table. so creating a new column for each of them is not an option i guess. is there a dynamic way? or if this is not possible, do i need to use external libraries for this operation? like sharpmap or etc? |
|
Jun 6 |
comment |
Arcgis IPolygon(System.__comObject) and ILine2 (Esri.Arcgis.LineClass) intersection thanks a lot, i was banging my head to walls because of this |
|
Jun 6 |
comment |
Arcgis IPolygon(System.__comObject) and ILine2 (Esri.Arcgis.LineClass) intersection i guess i need to use a function like ESRI.ArcGIS.ADF.ArcGISServer.Converter.ComObjectToValueObject, but i dont have and use adf on my soe, any ideas or similar function for soe? |
|
May 30 |
comment |
Can I prevent features from being created outside an OpenLayers map? you can use maxResolution and numZoomLevels options to prevent user zooming out too much take a look at dev.openlayers.org/docs/files/OpenLayers/Map-js.html mess around with maxResolution value and you will find a optimum number or use 'auto' |
|
Apr 25 |
comment |
Filling a polygon with lines using Postgis Actually, i can find center of polygon with st_centroid, than use ST_ROTATE, to rotate it on it's own center. i am really glad for your answers Nicklas, thanks |
|
Apr 25 |
comment |
Filling a polygon with lines using Postgis thanks for your replies Nicklas, i thought i can find angle of line and use st_rotateY function on polygon. than use same algorithm as you mentioned. i hope it will work. Thanks |
|
Apr 24 |
comment |
Filling a polygon with lines using Postgis that was a perfect answer for me, thank you Nicklas. what about, if i have a sample line for the angle of these orange lines? could i draw lines in a specific angle? like in the picture imageshack.us/photo/my-images/441/question2r.png |
|
Apr 24 |
comment |
Filling a polygon with lines using Postgis imageshack.us/photo/my-images/11/questionvt.png i want to calculate how many orange lines can i put in polygon, and total length of these lines |