نتائج البحث

  1. ا

    Drawing Zoning Setback Lines

    What would be the process for drawing zoning setback lines for a property parcel polygon? I'm looking for a software agnostic solution - just a walk through of the general steps with enough detail that it could be done on a whiteboard. In the U.S., zoning regulations typically define a...
  2. ا

    How to make a time-aware Story Map

    A new ArcGIS Online configurable app was released in July 2015 that provides an updated experience for sharing time-enabled maps. The Time Aware app looks and works great on its own, but it also provides a way to add time-enabled maps to your Story Maps. Read on to find out how to create a Time...
  3. ا

    Why don't set Geometry column in OpenLayers wfs-t request to geoserver?

    I want to edit a vector layer(its a point layer) using OpenLayers 3.6 and then save it with wfs protocol. My server is geoserver. I define my layer as follow: var u="http://localhost:8080/geoserver/wfs?&service=wfs&version=1.1.0&request=GetFeature&typeNames=opengeo:Point";format = new...
  4. ا

    Is there a script to Python for Click to toggle selectable?

    I cannot write a script using ArcPy (Click to toggle selectable). To make a layer unavailable for sampling! أكثر...
  5. ا

    Dealing with Null Values in Destination Table After Editing with ArcGIS Relationship

    I have an ArcGIS geodatabase that contains one origin feature class linked to multiple standalone tables by Simple one-to-many Relationship Classes. The foreign keys in the destination tables are all nullable, deliberately, in order to allow shapes in the origin feature class to be edited...
  6. ا

    Changing sequence of point features into order along line using ArcPy?

    The picture below shows that the order of attribute record for point features is different to their actually distributed location. How can I change or sort the attribute records into a proper order by using Python for ArcGIS? There also a line under the point features. أكثر...
  7. ا

    What3Words – Not.Quite.Right

    Recently, just for fun, I have been examining innovative grid offerings from What3Words, MapCode (TomTom-link) and Open Location Code (Google). What3Words seems to have caught the most attention, and in this blog I will present my thoughts about this specific effort at creating a more useful map...
  8. ا

    Conversion between semicircles and latitude units

    I've recently come across the semicircle unit that is used to describe a latitude and longitude using the maximum precision allowed by a 32-bit number. The conversion here is given as degrees = semicircles * ( 180 / 2^31 ), semicircles = degrees * ( 2^31 / 180 ). However it doesn't explain if...
  9. ا

    Converting a geocentric latitude to a geodetic latitude

    I'm working with a 3D model of the earth (WGS84). The input to my problem is a geocentric lat-long. Is there an efficient way to convert this to a geodetic lat-long? My initial attempt to solve this seems to work correctly: First, convert the geocentric lat-long back to it's corresponding...
  10. ا

    Problems with PostGIS St_closestpoint function

    I'm trying to find the closest point in a line from an insertion point closest to it. To do it, in the middle of the function I use select id from rede_viaria.t_rviaria_via vias where st_intersects(st_closestpoint(vias.the_geom, (st_transform(ST_GeomFromEWKT('SRID=3857;POINT(-922235.81565421...
  11. ا

    How to set the holeModifier on OpenLayers.Control.DrawFeature to always be active?

    I would like to create a button "draw a hole" taht uses by default the holeModifier functionality but the user dont need to press the cttrlBtn. The "standard" way I guess, would be to create a way of create holes in OpenLayers would be something like this: var drawPolygon = new...
  12. ا

    Algae Boom in Lake Erie

    The 2015 season could be severe in Lake Erie and surrounding waters. أكثر...
  13. ا

    Wolverine Creek Fire

    A wildfire in north-central Washington state led to evacuations in a nearby village, and to closures along the Pacific Crest Trail. أكثر...
  14. ا

    migrating from arcgis server to open source technologies --> what mapserver and tiles

    migrating from arcgis server to open source technologies --> what mapserver and tiles I am migrating from ArcGIS server backend to open source technologies. I have about 100 map services (~300 GB data) each with 100+ layers. I also have a web application where the user has to have a layer...
  15. ا

    How to draw a polyline in Leaflet?

    This is my coding I used in Leaflet: var pointA = new L.LatLng(28.635308, 77.22496); var pointB = new L.LatLng(28.984461, 77.70641); var pointList = [pointA, pointB]; var firstpolyline = new L.Polyline(pointList { color: 'red', weight: 3, opacity: 0.5 smoothFactor: 1...
  16. ا

    How to batch convert .rbin to .shp

    I am trying to batch import or convert .rbin files to .shp files. Right now the only way I've found to do this is by using the software's Rbin viewer. This viewer will let me export one .rbin file to a .shp file at a time. Any ideas how to automate this process or speed it up? Thanks...
  17. ا

    Click event on anchor tag does not update Leaflet map as expected

    I'm having problems updating a Leaflet map from a click event on an anchor tag located within a Leaflet Control on the map. Chrome and Firefox on Mac seem to have identical problems, Safari is slightly better. I have made a Leaflet control that allows a user to filter markers on a map. When the...
  18. ا

    How to create least-cost path between two polygons with GRASS?

    I am completely a beginner in GRASS but I would like to use it to have the cumulative cost of moving between two polygons. More exactly, I would like to get the smallest cost from any point situated at the edge of one polygon (polygon A) to any point situated at the edge of another polygon...
  19. ا

    What are the default units of elevation/altitude/z in GeoJSON?

    The GeoJSON spec says "The default CRS is a geographic coordinate reference system, using the WGS84 datum, and with longitude and latitude units of decimal degrees". It doesn't say seem to specify what the units of elevation/altitude/z are for points. Is there a default unit of altitude for...
  20. ا

    Panning to specific feature using ArcPy?

    I am attempting to use python and arcpy to automate the creation of some standardized maps I need to export for feature classes from various projects. I have a set of points and I need to export a single map for each point in the feature class, showing only one point at a time. I can iterate...
أعلى