All Questions
Tagged with asp.net javascript
9 questions
1
vote
2
answers
1k
views
OpenLayers unexpected token { in JSON at position [x]
I have a ASP.NET MVC web application that creates some GeoJSON files depending on client input and saves these files on a published folder on server. These files are to be vector data sources for an ...
1
vote
0
answers
269
views
Why TreeView Kendo is not executed properly?
I made a tree view kendo to enable the user to turn off or turn on the two layers "osmlayer" and "bing_road". but the treeview is just shown and does not work. first of all chrome debugger showed that ...
1
vote
0
answers
1k
views
500 Internal Server Error:System.InvalidOperationException: Missing parameter: settlementlocationcode
Here I'm trying to bind the data from database to table for selected features within the user entered buffer distance. This is working for simple query, but it doesn't work for query using PostGIS ...
2
votes
0
answers
548
views
Single button click to bind three javascript functions
I have created cascading dropdownlist for district taluk and villages when i click search button it must zoomed to all the three layers.but i assigned the filter value for village so that it will zoom ...
2
votes
1
answer
3k
views
OpenLayers 3 dynamically add layer from folder contents
I am new to OpenLayers and have searched far and wide trying to figure out how to programmatically add layers with a default set of parameters from a selected source path, but Google has not produced ...
1
vote
0
answers
838
views
ESRI JavaScript API Web Application and SQL Queries in ASP.NET?
My workflow (and security restrictions) for a new html/javascript based web application is making me think that I could program an ASP.NET application, inside which I load the 'map' and the 'legends' ...
3
votes
1
answer
571
views
Split polyline at specific distance
I am working on a project that uses SQL server for geometry datatype and ArcGIS Server and asp.net website and entity framework for data access and ArcGIS JavaScript API for map viewer.
I want to ...
2
votes
1
answer
2k
views
While developing stage, Is Proxy.cgi required to get Openlayers WMSGetFeatureInfo?
I have published the data in Geoserver (Tomcat and OS Ubuntu) and I am developing a map application in my local machine (OS windows xp) using asp.net. In my application, I can get WMS feature ...
4
votes
1
answer
1k
views
Authentication in GeoServer with OpenLayers2
Is there a way to authenticate in GeoServer with a external webpage (made with asp.net and OpenLayers)? I have restricted the access data only by certain users, and I don't want to authenticate this ...